Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [Unit]
  2. Description=Sonarr Daemon
  3. After=syslog.target network.target
  4.  
  5. [Service]
  6. User=root
  7. Group=root
  8.  
  9. Type=simple
  10. ExecStart=/usr/bin/mono --debug /opt/Sonarr/Sonarr.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