What's new

Launching scripts on boot

jeden

Regular Contributor
I assumed that by having the "Enable JFFS custom scripts and configs" option enabled, the "/jffs/scripts/services-start" file would be executed on boot, but it's not. How do I execute a script on boot?
 
Make sure the script itself is executable, and the first line is #!/bin/sh
Code:
chmod u+x /jffs/scripts/services-start
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top