Page 1 of 1

change location sabnzbd.ini

Posted: April 6th, 2013, 12:07 pm
by v-enom
hi,

i want to chage the location of sabnzbd.ini. i copies the file to the new location and tried "sabnzbdplus -f /new/folder/sabnzbd.ini". after that i restartet sabnzbd. but the settings are still the same, sabn reads out the information from ini in the old folder.

is it necessary to start sab with -f command very time? i thought after runing this command the programs reads out server information from the new path every time. on my system sab starts with the os. what changes are necessary to use the new location very time sab starts?

v-enom

Re: change location sabnzbd.ini

Posted: April 6th, 2013, 5:21 pm
by jcfp
Any non-standard ini location needs to be provided to the program on every start or the default will be used. For the sab system service on ubuntu, there's a setting for this in /etc/default/sabnzbdplus.

Re: change location sabnzbd.ini

Posted: April 7th, 2013, 7:45 am
by v-enom
there's a setting for this in /etc/default/sabnzbdplus.
i know. i tried this

Code: Select all

CONFIG=/path/new/folder/sabnzbd.ini
after reboot, sab uses the default path as befor.

or do you meen the EXTRAOPTS?

Re: change location sabnzbd.ini

Posted: April 8th, 2013, 7:43 am
by jcfp
CONFIG is the correct one. Start the service with that setting and then check the program's (debug) logs. The ini file used is logged at startup at all but the most minimal log level.