summarylogtreecommitdiffstats
path: root/sudo_logsrvd.service
blob: 06af76d544c358d31f37b9ddb9b8db939a5b8cae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Sudo central log server
Documentation=man:sudo_logsrvd(8) man:sudo_logsrvd.conf(5)
Documentation=https://www.sudo.ws/man.html
After=network.target auditd.service

[Service]
ExecStart=/usr/bin/sudo_logsrvd -n
KillMode=process
Type=exec

[Install]
WantedBy=multi-user.target