summarylogtreecommitdiffstats
path: root/snort.service
diff options
context:
space:
mode:
Diffstat (limited to 'snort.service')
-rw-r--r--snort.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/snort.service b/snort.service
new file mode 100644
index 000000000000..26b89f319ad7
--- /dev/null
+++ b/snort.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Snort IDS daemon in NFQUEUE mode
+
+[Service]
+ExecStart=/usr/bin/snort -Q -c /etc/snort/snort.lua -l /var/log/snort --tweaks local
+ExecReload=kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target