/lib/systemd/system/cron-daily.service is in systemd-cron 1.5.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [Unit]
Description=systemd-cron daily script service
Documentation=man:systemd.cron(7)
PartOf=cron-daily.target
RefuseManualStart=yes
RefuseManualStop=yes
ConditionDirectoryNotEmpty=/etc/cron.daily
OnFailure=cron-failure@%i.service
[Service]
Type=oneshot
IgnoreSIGPIPE=false
ExecStart=/bin/run-parts --report /etc/cron.daily
ExecStartPre=/lib/systemd-cron/boot_delay 5
|