/lib/systemd/system/anacron.service is in anacron 2.3-24.
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 | [Unit]
Description=Run anacron jobs
After=time-sync.target
ConditionACPower=true
Documentation=man:anacron man:anacrontab
[Service]
ExecStart=/usr/sbin/anacron -dsq
IgnoreSIGPIPE=false
[Install]
WantedBy=multi-user.target
|