summaryrefslogtreecommitdiff
path: root/pcr/tomoyo-tools/tomoyo-auditd.service
blob: a9cce01df710e4fe164777151907206481ac6b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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