Recent content by bladox

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

  1. B

    Should I have scripts I want to run at boot in the JFFS partition and can I do it from a USB stick instead?

    I tried it but the script is not running on boot, it works if I run the file in a terminal and enter `./services-start.sh`, but it does not run at boot, this is the script I used. ``` #!/bin/sh sleep 60 /usr/sbin/ether-wake -i br0 "xx:xx:xx:xx:xx:xx" logger Sent WOL command to PC ``` I tried...
  2. B

    Should I have scripts I want to run at boot in the JFFS partition and can I do it from a USB stick instead?

    The BIOS on my laptop does not have that option, I'll store the script in the /jffs/script folder then, thank you for the response.
  3. B

    Should I have scripts I want to run at boot in the JFFS partition and can I do it from a USB stick instead?

    I am a beginner when in comes to this, my area has frequent power outages, I want the router to check if my PC is on at every boot, and if it is off, to turn the PC on using Wake on LAN. My understanding is that if I want a script to run at boot, I should put it in the /jffs/scripts/ directory...
Top