Skip to content

Instantly share code, notes, and snippets.

@petrblahos
Created April 18, 2013 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petrblahos/5414942 to your computer and use it in GitHub Desktop.
Save petrblahos/5414942 to your computer and use it in GitHub Desktop.
#!/bin/sh
case "$1" in
start|startup)
echo "starting sleep_on_dist" >> /etc/zyxel/storage/sysvol/.debian/root/ssstart
/etc/zyxel/storage/sysvol/.debian/root/sleep_on_disk.sh &
echo "started?" >> /etc/zyxel/storage/sysvol/.debian/root/ssstart
;;
stop|shutdown)
;;
*)
exit 0
;;
esac
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment