This file is indexed.

/lib/systemd/system/cron-hourly.service is in systemd-cron 1.3.1+ds1-2.

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
[Unit]
Description=systemd-cron hourly script service
Documentation=man:systemd.cron(7)
PartOf=cron-hourly.target
RefuseManualStart=yes
RefuseManualStop=yes
ConditionDirectoryNotEmpty=/etc/cron.hourly

[Service]
Type=oneshot
ExecStart=/bin/run-parts --report /etc/cron.hourly