How can I test if @reboot is working without the need of reboot the machine? Is there anyway to force @reboot to entry to run?
Thank you.
How can I test if @reboot is working without the need of reboot the machine? Is there anyway to force @reboot to entry to run?
Thank you.
crond is checking if the file /var/run/crond.reboot exists. If it exists, cron skips @reboot jobs
sudo rm /var/run/crond.reboot
sudo service cron restart