summarylogtreecommitdiffstats
path: root/snort.service
diff options
context:
space:
mode:
authorM0Rf302021-06-06 02:10:50 +0200
committerM0Rf302021-06-06 02:10:50 +0200
commite114d0e3338a86e0e691fa987a081ac317b26d68 (patch)
tree9d3e6ecf4e7eff2a8ef24a9564d878cf19bf4ed9 /snort.service
parent84051937543fac114ccea3cca55081a7798a8898 (diff)
downloadaur-e114d0e3338a86e0e691fa987a081ac317b26d68.tar.gz
snort: 3.1.5.0
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