How can I schedule a task to run on next reboot?
I understand that we have tools like cron and at to help with scheduling. But they seem to allow scheduling at a specific time and not on specific event (like rebooting).
|
How can I schedule a task to run on next reboot? I understand that we have tools like |
||||
|
|
|
You can use The following formats are also recognized: So you could use something like:
There are other Cron special keywords2: Keyword Equivalent [1] In dcron and Vixie cron [2] http://www.thegeekstuff.com/2009/06/15-practical-crontab-examples/ |
|||||||
|