summarylogtreecommitdiffstats
path: root/tomoyo-auditd.service
blob: 75cc83ab0bc80e97ef3c4a1167b63ed0d8bd6615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=TOMOYO Linux Auditing Daemon

[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