- 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
13 lines
194 B
SYSTEMD
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
|