mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 11:57:13 +08:00
13 lines
243 B
SYSTEMD
13 lines
243 B
SYSTEMD
|
[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
|