PDA

View Full Version : HOW TO : auto reboot plugin for gemini 4.6



me1960
23-01-10, 14:56
Auto reboot plugin for gemini 4.6

-Put this Below code in a file called "reboot_timer.sh"
-Set attributes to 755.
-Blue button, services/daemons (gemini 4.70), activate Crond to "running".
-Now select Crond setup and select "new"
-minutes=off, hours=time (3:00am), day=every, month=every, weekday=every
-Finally command=reboot_timer.sh

#!/bin/sh

echo "its time to reboot"
#shutdown -r now
reboot
exit 0

Reboots at 3am every day. Necessary I think as CCcam can become buggy after long periods.