This file is indexed.

/lib/systemd/system/cron-monthly.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
 9
10
11
12
[Unit]
Description=systemd-cron monthly script service
Documentation=man:systemd.cron(7)
PartOf=cron-monthly.target
ConditionDirectoryNotEmpty=/etc/cron.monthly
OnFailure=cron-failure@%i.service

[Service]
Type=oneshot
IgnoreSIGPIPE=false
ExecStart=/bin/run-parts --report /etc/cron.monthly
ExecStartPre=/lib/systemd-cron/boot_delay 15