What's new

Launching scripts on boot

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

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
 

Similar threads

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!
Top