I have a file which contains a bunch of cron jobs:
30 * * * * someexec somefile
30 1 * * * someexec somefile
30 5 * * * someexec somefile
I'd like for when these cron jobs have been activated that something in the fashion of "Cron job someexec somfile has started" to the log file /var/log/cronjobs.log
for example.
I do not want to log what these cron jobs echo when they do run as I have already fixed that. I only want to log that the jobs are active.