View Full Version : standby auto after reboot script...??
borsalino
10-06-2009, 02:11
please send me the script standby auto after reboot for gemini 4.20 dm500s
big thanx
-=tHUNDEr=-
18-11-2009, 15:24
You only need to create some file (/var/bin/go2stanby.sh for exaple) with this content:
#!/bin/sh
#
# You need to switch off autorization from localhost!!!
#
sleep 30
wget -q "" -O /dev/null
sleep 5
wget -q -O /dev/null
Make it executable (chmod 755 /var/bin/go2stanby.sh) and
edit/create /var/etc/init file and put at end of this file:
/var/bin/go2standby.sh &
Don't forget to switch off autorisation from localhost or put "root:pass" to standby script!
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.