I'm trying to have a server restart weekly on Thursday evenings and it didn't work last night. Here is my cron:
0 17 * * 5 /sbin/shutdown -r now 15 17 * * 5 /sbin/iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 25 -j REDIRECT --to-port 2500;/sbin/iptables
I checked to see the last boot this morning and it showed:
who -b system boot 2012-12-28 17:01
Thanks guys!

New Topic/Question



MultiQuote


|