@reboot jobs in cron.d files are not being added
Bug #1685364 reported by
Lee Maguire
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
systemd-cron (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The default cron file for the logcheck package contains a job to run at reboot, and an hourly job.
-----------
@reboot logcheck if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck -R; fi
2 * * * * logcheck if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi
-----------
The hourly job is added as a timer, but systemd-
● cron-logcheck-
systemd-
To post a comment you must log in.