How do you reload the server to FreeBSD every 30 minutes without using cron?
-
How do you reload the server to FreeBSD every 30 minutes without using cron?
-
Allow the use of SW_WATCHDOG (in yard and in /etc/rc.conf) at rc.local to write something like:
(sleep 1800 && killall -9 watchdogd) &