SiXke wrote:Hi guys
I have installed SabNzb, Couchpotato and SB on my 1511
Sab and Couch are started automatically, however, SB wont start automatically
When I use following command manually, it starts, when I put it in rc.local, it wont start
- Code: Select all
/var/packages/sab2/target/utils/bin/python /volume1/@appstore/sickbeard/SickBear
Can anyone explain the difference between running it manually and putting it in rc.local?
Anyone got those 3 programs up and running automatically?
Grtz
I have them all. This is what the last lines of my sabstart.sh look like:
- Code: Select all
# start the thing
echo -n `/bin/date`>>$DIR/log/scripts.log;
echo ": Starting SABnzbd using IP address $IPaddr and port $port">>$DIR/log/scripts.log
$DIR/utils/bin/python $DIR/sab/SABnzbd.py -s ${IPaddr}:${port} -f $DIR/sab/sab.ini -d
echo ": Starting SickBeard..">>$DIR/log/scripts.log
/var/packages/sab2/target/utils/bin/python /volume1/@appstore/sickbeard/SickBeard.py --quiet &
echo ": Starting CouchPotato..">>$DIR/log/scripts.log
/opt/bin/python2.6 /volume1/@appstore/couchpotato/CouchPotato.py -d




