Hi,
Is is possible to add an '@reboot' option to the cron section?
For my own system I developed a cron service that handles all tasks. This results in one cron that runs every minute. To prevent long running tasks to run again there is a temp file created when a task runs. Problem on enhance is that when I reboot the server and there is a task running, the temp file is left behind... When editing the crontab file you can normally set '@reboot' commands, I wonder if something like this could be added to enhance (as it is not possible to manually edit the crontab file according to the documentation).