Search found 17 matches

by mantis006
April 28th, 2008, 7:08 pm
Forum: General Discussion
Topic: Working Gentoo Ebuild for sabnzbd-0.4.2
Replies: 6
Views: 10849

Re: How I daemonized sabnzbd+ on Gentoo Linux this time [still needs work though]

that's a good idea for using the api to shutdown rather than what i'm using. something as simple as a curl -s http://${hostname}:${port}/sabnzbd/shutdown > /dev/null should do it (i tried the api=shutdown, didn't work; i'm going to just make variables for hostname and port probably).  I'll play arou...
by mantis006
April 19th, 2008, 4:32 pm
Forum: General Discussion
Topic: Working Gentoo Ebuild for sabnzbd-0.4.2
Replies: 6
Views: 10849

Working Gentoo Ebuild for sabnzbd-0.4.2

(EDIT: I have a working ebuild, see my post below about it.) [updated to shutdown properly (using curl and /sabnzbd/shutdown)] Figured this might help someone down the line: Working with what rullerz built for .25/.27 a looonng time ago, I was able to get some simple conf.d/init.d scripts and runnin...