summarylogtreecommitdiffstats
path: root/sudo_logsrvd.service
diff options
context:
space:
mode:
authorDylan Delgado2021-02-22 19:47:18 -0500
committerDylan Delgado2021-02-22 19:47:18 -0500
commitfe0d01c1fc264c77f2d939de1e5a4f2b4438608a (patch)
tree409b3bf8a9bd32ba3d7767ad4e656b7dfb7cf9d9 /sudo_logsrvd.service
downloadaur-fe0d01c1fc264c77f2d939de1e5a4f2b4438608a.tar.gz
Initial commit
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