Files
sabnzbd/linux/sabnzbd@.service
2014-01-08 00:15:11 +01:00

23 lines
507 B
Desktop File

# copy or _hard_link to
# Debian: /lib/systemd/system/sabnzbd@.service
# others: /usr/lib/systemd/system/sabnzbd@.service
#
# To start SABNzbd once for USER use:
# systemctl start sabnzbd@USER.service
#
# To start SABNzbd on boot for USER use:
# systemctl enable sabnzbd@USER.service
#
# Config will be placed in ~USER/.sabnzbd/
[Unit]
Description=SABnzbd binary newsreader
[Service]
ExecStart=/opt/sabnzbd/SABnzbd.py --logging 1 --browser 0
User=%I
Group=%I
[Install]
WantedBy=multi-user.target