Cannot start service
Posted: April 24th, 2017, 8:20 am
Hi all
I installed the package using the ppa and edited the /etc/defaults/sabnzbdplus file with my username but when I try to start the service it ails and a status shows "* SABnzbd+ binary newsgrabber: service not enabled, edit /etc/default/sabnzbdplus"
/etc/defaults/sabnzbdplus
any ideas?
TIA
I installed the package using the ppa and edited the /etc/defaults/sabnzbdplus file with my username but when I try to start the service it ails and a status shows "* SABnzbd+ binary newsgrabber: service not enabled, edit /etc/default/sabnzbdplus"
/etc/defaults/sabnzbdplus
Code: Select all
# This file is sourced by /etc/init.d/sabnzbdplus
#
# When SABnzbd+ is started using the init script, the
# --daemon option is always used, and the program is
# started under the account of $USER, as set below.
#
# Each setting is marked either "required" or "optional";
# leaving any required setting unconfigured will cause
# the service to not start.
# [required] user or uid of account to run the program as:
USER="stuart"
# [optional] full path to the configuration file of your choice;
# otherwise, the default location (in $USER's home
# directory) is used:
CONFIG=
# [optional] hostname/ip and port number to listen on:
HOST=
PORT=
# [optional] extra command line options, if any:
EXTRAOPTS=
TIA