In the Cron manpage it mentions the special string "@reboot". Can I combine this with a regular schedule? The goal is simply to schedule a job to run once a day AND immediately in the event of a system reboot.
In the Cron manpage it mentions the special string "@reboot". Can I combine this with a regular schedule? The goal is simply to schedule a job to run once a day AND immediately in the event of a system reboot.
Yes, although you'll need to enter it as two cron jobs.
In the worst case you will have to write down the same cron job twice.