mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
15 lines
452 B
SYSTEMD
15 lines
452 B
SYSTEMD
|
[Unit]
|
||
|
Description=SABnzbd binary newsreader
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=/etc/conf.d/sabnzbd_systemd
|
||
|
ExecStart=/bin/sh/ -c "python2 ${SABNZBD_DIR}/SABnzbd.py ${SABNZBD_ARGS} --pid /run/sabnzbd"
|
||
|
ExecStop=/usr/bin/curl -f "${SABNZBD_PROTOCOL}://${SABNZBD_USPW}${SABNZBD_IP}:${SABNZBD_PORT}/sabnzbd/api?mode=shutdown&apikey=${SABNZBD_KEY}"
|
||
|
Type=forking
|
||
|
PIDFile=/run/sabnzbd/sabnzbd-8080.pid
|
||
|
User=sabnzbd
|
||
|
Group=sabnzbd
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|