mgiunktode
Occasional Visitor
First of all, thanks to voxel for providing his powerful firmware.
I need to automatically start a service (S99debian) at router boot.
So I :
1) Put the script S99debian in /opt/etc/init.d/S99debian
2) Gave execution permission
3) Linked in /etc/rc.d (lrwxrwxrwx 1 root root 30 Jan 13 10:02 S99debian -> ../../opt/etc/init.d/S99debian)
But it doesn't seem to start: obviously I'm missing something.
Of course it works if I launch it manually with:
/opt/etc/init.d/S99debian start
What am I missing?
Thanks
I need to automatically start a service (S99debian) at router boot.
So I :
1) Put the script S99debian in /opt/etc/init.d/S99debian
2) Gave execution permission
3) Linked in /etc/rc.d (lrwxrwxrwx 1 root root 30 Jan 13 10:02 S99debian -> ../../opt/etc/init.d/S99debian)
But it doesn't seem to start: obviously I'm missing something.
Of course it works if I launch it manually with:
/opt/etc/init.d/S99debian start
What am I missing?
Thanks