aide/aide.service.8
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

25 lines
1.0 KiB
Groff

.TH AIDE.SERVICE 8 "2021-02-10" "aide v0.17.3" "systemd environment"
.SH NAME
\fBaide\fP \- Advanced Intrusion Detection Environment
systemd environment
.SH SYNOPSIS
aide.service
aide.timer
.SH DESCRIPTION
For easier maintenance of big clusters, aide can be run by systemd.timer(5) in regular intervals.
The specific time can be set in /usr/lib/systemd/system/\fBaide.timer\fR (tag OnCalendar) or can be configured in /etc/systemd/system/aide.timer.d/local.conf. See systemd.unit(5) for more information.
The timer can be manually started via the call "systemctl start aide.timer" or can be started while the boot process which has been enabled by the call "systemctl enable aide.timer".
The result of the check will be written to "/var/log/aide_service.log". This can be set in the file /etc/aide_systemd.conf.
.SH HINT
Keep in mind that you have to init the database with the call "aide --init ; cp /var/lib/aide/aide.db.new /var/lib/aide/aide.db" at first before you are starting this service.
.SH SEE ALSO
.BR aide (1)
.BR aide.conf (5)