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
|