aide/aide.timer
Marcus Meissner f585d67793 Accepting request 929157 from home:schubi2
- Added aide.service and aide.timer in order to run
  aide periodically in the background via systemd timer.

OBS-URL: https://build.opensuse.org/request/show/929157
OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=44
2021-11-04 11:22:32 +00:00

13 lines
194 B
SYSTEMD

[Unit]
Description=Checking system for changed files
Documentation=man:aide(1)
After=local-fs.target
[Timer]
OnCalendar= daily
AccuracySec=12h
Persistent=true
[Install]
WantedBy=timers.target