aide/aide.service.8
Robert Frohl 1241050899 - Update to 0.18.8:
* Fix concurrent reading of extended attributes (xattrs)
    * Raise warning if both input databases are the same
-  Update to 0.18.7:
    * Add missing library CFLAGS
    * Fix typo in aide.conf manual page
    * Fix 64-bit time_t on 32-bit architectures
    * Fix debug logging for returned attributes
    * Fix condition for error message of failing to open gzipped files
- rebased aide-0.18-as-needed.patch

OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=64
2024-08-15 14:44:11 +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)