summarylogtreecommitdiffstats
path: root/sudo_logsrvd.service
diff options
context:
space:
mode:
Diffstat (limited to 'sudo_logsrvd.service')
-rw-r--r--sudo_logsrvd.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/sudo_logsrvd.service b/sudo_logsrvd.service
new file mode 100644
index 000000000000..a62fef1c137a
--- /dev/null
+++ b/sudo_logsrvd.service
@@ -0,0 +1,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