Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=Radarr Daemon
- After=syslog.target network.target
- [Service]
- # Change the user and group variables here.
- User=radarr
- Group=debian-transmission
- UMask=002
- Type=simple
- # Change the path to Radarr or mono here if it is in a different location for you.
- ExecStart=/usr/bin/mono --debug /opt/radarr/Radarr.exe -nobrowser
- TimeoutStopSec=20
- KillMode=process
- Restart=on-failure
- # These lines optionally isolate (sandbox) Radarr from the rest of the system.
- # Make sure to add any paths it might use to the list below (space-separated).
- #ReadWritePaths=/opt/Radarr /path/to/movies/folder
- #ProtectSystem=strict
- #PrivateDevices=true
- #ProtectHome=true
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement