summaryrefslogtreecommitdiffstats
path: root/mkosi.extra/etc/systemd/system/sabnzbd.service
blob: d800fe08273596196cdd8d1691c0be8f47824ea6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=SabNZB Daemon
After=network.target

[Service]
User=warez
Group=warez
Umask=022

Type=forking
ExecStart=/usr/bin/sabnzbdplus --daemon --config-file /config --server 0.0.0.0:8080
TimeoutStopSec=20
Restart=on-failure

[Install]
WantedBy=multi-user.target