rc.local 250 B

1234567891011
  1. ## fix missing /dev/fd
  2. [ -h /dev/fd ] || ln -s /proc/self/fd /dev/fd
  3. ## check SG specific dirs and mounts
  4. /opt/lib/scripts/sg-data-mount.sh &
  5. /opt/lib/scripts/sg-data-dirs.sh &
  6. ## check if wifi wan is up
  7. /opt/lib/scripts/wifiwan-check.sh &
  8. exit 0