core/tomoyo-tools/tomoyo-auditd.service

16 lines
261 B
SYSTEMD
Raw Normal View History

2014-09-27 12:14:36 +08:00
[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