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
change location sabnzbd.ini
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: change location sabnzbd.ini
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
i know. i tried thisthere's a setting for this in /etc/default/sabnzbdplus.
Code: Select all
CONFIG=/path/new/folder/sabnzbd.ini
or do you meen the EXTRAOPTS?
Re: change location sabnzbd.ini
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.