2012-09-09 14:11:13 +00:00
|
|
|
# Systemd configuration file for SABnzbd
|
|
|
|
# NOTE: Change user, group and port in sabnzbd.service as well.
|
|
|
|
# Due to a bug these cannot be loaded from this config file
|
|
|
|
|
|
|
|
# Set the protocol, IP and port
|
|
|
|
SABNZBD_PROTOCOL=http
|
|
|
|
SABNZBD_IP=127.0.0.1
|
|
|
|
SABNZBD_PORT=8080
|
|
|
|
|
|
|
|
# Set your default user/group(id), startarguments and your configfile
|
|
|
|
SABNZBD_DIR=/opt/sabnzbd
|
2012-10-13 22:32:56 +00:00
|
|
|
SABNZBD_ARGS=-f /opt/sabnzbd/sabnzbd.ini -s ${SABNZBD_IP}:${SABNZBD_PORT} -d
|
2012-09-09 14:11:13 +00:00
|
|
|
|
|
|
|
# Put the session keys from Config > General here
|
|
|
|
SABNZBD_KEY=
|
|
|
|
NZB_KEY=
|
|
|
|
|
|
|
|
# If you use a username and password, change the following variable to
|
|
|
|
# "user:pass@"
|
|
|
|
SABNZBD_USPW=
|