mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 05:47:41 +08:00
13 lines
243 B
Desktop File
13 lines
243 B
Desktop File
[Unit]
|
|
Description=Audit Daemon
|
|
|
|
[Service]
|
|
ExecStartPre=/sbin/auditctl -R /etc/audit/audit.rules
|
|
ExecStart=/sbin/auditd -n
|
|
ExecStop=/bin/kill -15 $MAINPID
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|