mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 00:14:36 +08:00
16 lines
261 B
SYSTEMD
16 lines
261 B
SYSTEMD
|
[Unit]
|
||
|
Description=Tomoyo Auditing
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/tomoyo-auditd
|
||
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
||
|
ProtectSystem=full
|
||
|
ProtectHome=true
|
||
|
PrivateNetwork=true
|
||
|
PrivateDevices=true
|
||
|
PrivateTmp=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|