Alessio
Occasional Visitor
Hello,
I'm using the latest merlin build 378.53 and I've noticed that after a reboot rtorrent won't auto start, I have to initiate a shell session and type those commands:
I've also tried to insert those commands in /jffs/scripts/services-start :
But If I reboot rutorrent won't auto start.
Thanks for any help
I'm using the latest merlin build 378.53 and I've noticed that after a reboot rtorrent won't auto start, I have to initiate a shell session and type those commands:
Code:
/opt/etc/init.d/S85rtorrent start
/opt/etc/init.d/S80lighttpd start
I've also tried to insert those commands in /jffs/scripts/services-start :
Code:
#!/bin/sh
sleep 10
/opt/etc/init.d/rc.unslung start
/opt/etc/init.d/S80lighttpd start
/opt/etc/init.d/S85rtorrent start
But If I reboot rutorrent won't auto start.
Thanks for any help