Just a quick noob question.
Do you need to update the service for *every* config change you make? (Like to some switches). Like running:
SABnzbd-service.exe -f "C:\Program Files (x86)\SABnzbd" --server 0.0.0.0:8080 update
Thanks.
Service update always needed?
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: Service update always needed?
There's gotta be someone who knows this.
Also, is there any good reason why SABnzbd, running as service, wouldn't be able to read its own config file on restarts?
Also, is there any good reason why SABnzbd, running as service, wouldn't be able to read its own config file on restarts?
Re: Service update always needed?
The problem is that it's not given the direct path to the INI, so that's why you need to tell it.
From what I get from the code, the update is only nessecary when you change any of the command-line options (http://wiki.sabnzbd.org/command-line-parameters)
Because with these options it get's saved in the windows-services-registry.
So not for Switches of course.
From what I get from the code, the update is only nessecary when you change any of the command-line options (http://wiki.sabnzbd.org/command-line-parameters)
Because with these options it get's saved in the windows-services-registry.
So not for Switches of course.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Service update always needed?
Ah, thank you kindly!