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

[Service]
Type=forking
ExecStart=/usr/bin/caitsith-auditd
ExecReload=/usr/bin/kill -HUP $MAINPID
ProtectSystem=full
ProtectHome=true
PrivateNetwork=true
PrivateDevices=true
PrivateTmp=true

[Install]
WantedBy=multi-user.target