Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bakerboy448@server:~$ sudo systemctl cat sonarr
- # Warning: sonarr.service changed on disk, the version systemd has loaded is outdated.
- # This output shows the current version of the unit's original fragment and drop-in files.
- # If fragments or drop-ins were added or removed, they are not properly reflected in this output.
- # Run 'systemctl daemon-reload' to reload units.
- # /lib/systemd/system/sonarr.service
- [Unit]
- Description=Sonarr Daemon
- After=network.target
- [Service]
- User=bakerboy448
- Group=bakerboy448
- UMask=002
- Type=simple
- ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/bin/Sonarr.exe -nobrowser -data=/home/bakerboy448/.config/sonarr
- TimeoutStopSec=20
- KillMode=process
- Restart=on-failure
- [Install]
- WantedBy=multi-user.target
- # /etc/systemd/system/sonarr.service.d/override.conf
- [Unit]
- Description=Sonarr Daemon
- After=syslog.target network.target
- [Service]
- # Change the user and group variables here.
- User=sonarr
- Group=media
- Type=simple
- # NOTE: Uncomment one of the two below ExecStart lines, based on if Sonarr is using NetCore or Mono.
- # NetCore install:
- #ExecStart=/opt/Sonarr/Sonarr -nobrowser -data=/home/sonarr/.config/Sonarr/
- # Mono Install:
- ExecStart=/usr/bin/mono --debug /opt/Sonarr/Sonarr.exe -nobrowser -data=/data/.config/Sonarr/
- TimeoutStopSec=20
- KillMode=process
- Restart=on-failure
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment