Advertisement
Guest User

sonarr.service

a guest
Oct 14th, 2020
726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. [Unit]
  2. Description=Sonarr Daemon
  3. After=network.target
  4.  
  5. [Service]
  6. # Change and/or create the required user and group.
  7. User=sonarr
  8. Group=debian-transmission
  9.  
  10. # The UMask parameter controls the permissions of folders and files created.
  11. UMask=002
  12.  
  13. # The -data=/path argument can be used to force the config/db folder
  14. ExecStart=/usr/bin/mono --debug /opt/sonarr/Sonarr.exe -nobrowser
  15.  
  16. Type=simple
  17. TimeoutStopSec=20
  18. KillMode=process
  19. Restart=on-failure
  20.  
  21. [Install]
  22. WantedBy=multi-user.target
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement