I run the .exe as a service, and this works fine. However, firefox.exe is being loaded as well, i assume to being the default www handler.
I assume this is because when you run sabnzbd.exe, it also fires up the gui via a browser.
Is there anyway to supress this behaviour at startup? I don't want or need firefox running and taking up memory.
Running as service, how to stop the web gui loading at startup? [Solved]
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.
Running as service, how to stop the web gui loading at startup? [Solved]
Last edited by zonky on February 13th, 2008, 9:10 pm, edited 1 time in total.
Re: Running as service, how to stop the web gui loading at startup?
OOps, so i need to add to the launch paramaters: -b 0
http://sabnzbdplus.wiki.sourceforge.net ... parameters
http://sabnzbdplus.wiki.sourceforge.net ... parameters
Re: Running as service, how to stop the web gui loading at startup? [Solved]
BTW you should use SABnzbd-console.exe and not SABnzbd.exe when running as a service.
SABnzbd.exe will be terminated as soon as you log out, SABnzbd-console.exe will not.
SABnzbd.exe will be terminated as soon as you log out, SABnzbd-console.exe will not.
-
- Newbie
- Posts: 25
- Joined: February 13th, 2008, 5:02 pm
Re: Running as service, how to stop the web gui loading at startup? [Solved]
thanks for the tips guys.
Re: Running as service, how to stop the web gui loading at startup? [Solved]
Admittidly, i am running the service with an created sabnzbd user account, not the system process.
But when no user is logged in the service does run.
I'm using XYNTservice to wrap the executable
http://www.codeproject.com/KB/system/xyntservice.aspx
& here is my xyntservice.ini
But when no user is logged in the service does run.
I'm using XYNTservice to wrap the executable
http://www.codeproject.com/KB/system/xyntservice.aspx
& here is my xyntservice.ini
Code: Select all
[Settings]
ServiceName=SABnzbdService
CheckProcessSeconds = 60
[Process0]
CommandLine = C:\Program Files\SABnzbd\0.3.1\SABnzbd.exe -b 0
WorkingDir= C:\Program Files\SABnzbd\0.3.1
PauseStart= 5000
PauseEnd= 5000
UserInterface = Yes
Restart = Yes