Advertisement
BinaryData

Sonarr Problems

Apr 13th, 2017
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. [Unit]
  2. Description=Sonarr Daemon
  3. After=syslog.target network.target
  4.  
  5. [Service]
  6. User=dreadstarx
  7. Group=dreadstarx
  8.  
  9. Type=simple
  10. ExecStart=/usr/bin/mono --debug /opt/NzbDrone/NzbDrone.exe -nobrowser
  11. TimeoutStopSec=20
  12. KillMode=process
  13. Restart=on-failure
  14.  
  15. [Install]
  16. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement