This file is indexed.

/lib/systemd/system/cron-update.service is in systemd-cron 1.5.13-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
[Unit]
Description=systemd-cron update units
Documentation=man:systemd.cron(7)

[Service]
Type=oneshot
ExecStartPre=/usr/bin/touch /run/crond.reboot
ExecStart=/bin/sh -c 'systemctl daemon-reload ; sleep 1 ; systemctl restart cron.target'