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

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

[Install]
WantedBy=multi-user.target