summarylogtreecommitdiffstats
path: root/sabnzbd.service
blob: d09214667d000bdf13e459eff000bbdd32b44a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=SABnzbd binary newsreader
After=network.target

[Service]
ExecStart=/usr/lib/sabnzbd/SABnzbd.py --logging 0 --config-file /var/lib/sabnzbd/sabnzbd.ini
User=sabnzbd
Group=sabnzbd
SyslogIdentifier=sabnzbd

[Install]
WantedBy=multi-user.target