TeHashX
Very Senior Member
To start automatically after every router reboot, create post-mount scriptOkay, I was able now to start it again, but can't it start automatically (start/stop script doesn't work?)?
Code:
nano /jffs/scripts/post-mount
Save with CTRL-O / Enter / and exit nano with CTRL-X#!/bin/sh
sleep 5
/opt/etc/init.d/S95Pyload start
Code:
chmod a+rx /jffs/scripts/post-mount