summarylogtreecommitdiffstats
path: root/sudo_logsrvd.service
blob: a62fef1c137a4719277489da4570d5bde86e2aa1 (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=syslog.target network.target auditd.service

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

[Install]
WantedBy=multi-user.target