summarylogtreecommitdiffstats
path: root/psadwatchd.service
diff options
context:
space:
mode:
Diffstat (limited to 'psadwatchd.service')
-rw-r--r--psadwatchd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/psadwatchd.service b/psadwatchd.service
new file mode 100644
index 000000000000..eae7e4f8ccd0
--- /dev/null
+++ b/psadwatchd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=PSAD Watcher
+Documentation=man:psadwatchd(8) https://www.cipherdyne.org/psad/docs/manpages/psadwatchd.html
+After=psad.service kmsgsd.service
+
+[Service]
+ExecStart=/usr/bin/psadwatchd
+Type=forking
+
+[Install]
+WantedBy=multi-user.target