- wait a little bit before starting (to ensure network is up)
This commit is contained in:
Stephan Raue 2010-01-11 05:28:42 +01:00
parent ab25bf2cce
commit 8e9c474e59

View File

@ -7,6 +7,8 @@
progress "Starting SABnzbd Newsgroup downloader daemon"
# wait a little bit before starting
sleep 3
python /usr/share/SABnzbd/SABnzbd.py -d $SABNZBD_ARGS > /dev/null 2>&1
)&