Files
gentoo/app-forensics/chkrootkit/files/chkrootkit.timer
Martin Dummer b21a05c2b8 app-forensics/chkrootkit: add systemd timer, new maintainer
Closes: https://bugs.gentoo.org/773280
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/23765
Signed-off-by: Sam James <sam@gentoo.org>
2022-01-13 05:02:27 +00:00

12 lines
234 B
SYSTEMD

[Unit]
Description=Periodic check for signs of a rootkit
[Timer]
# Run on Sunday at 3:20am, to avoid running afoul of DST changes
OnCalendar=Sun *-*-* 03:20:00
RandomizedDelaySec=120
Persistent=true
[Install]
WantedBy=timers.target