mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:47:16 +08:00
16 lines
261 B
Desktop File
16 lines
261 B
Desktop File
[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
|