- adding init script
This commit is contained in:
Stephan Raue 2010-01-08 03:01:40 +01:00
parent 1a1878eb3f
commit 13e084648c

View File

@ -0,0 +1,12 @@
# start Samba Server
#
# runlevels: openelec, text, debug
(
wait_for_network
progress "Starting SABnzbd Newsgroup downloader daemon"
python /usr/share/SABnzbd/SABnzbd.py -d $SABNZBD_ARGS > /dev/null 2>&1
)&