summarylogtreecommitdiffstats
path: root/snort.service
diff options
context:
space:
mode:
authorAmish2022-11-15 08:18:45 +0530
committerAmish2022-11-15 08:18:45 +0530
commit7bc453a90fb13deed76f6fad63ea03478d309935 (patch)
tree8b939015cf0c8dfa2fd4cd077c7dec2ffd0f4998 /snort.service
parent67c95c26cf1e23b73aea789c36579ba16ec0480c (diff)
downloadaur-7bc453a90fb13deed76f6fad63ea03478d309935.tar.gz
Log to journal (syslog) instead of stdout
Diffstat (limited to 'snort.service')
-rw-r--r--snort.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/snort.service b/snort.service
index 26b89f319ad7..00ac3d365be9 100644
--- a/snort.service
+++ b/snort.service
@@ -2,7 +2,7 @@
Description=Snort IDS daemon in NFQUEUE mode
[Service]
-ExecStart=/usr/bin/snort -Q -c /etc/snort/snort.lua -l /var/log/snort --tweaks local
+ExecStart=/usr/bin/snort -Q -M -c /etc/snort/snort.lua -l /var/log/snort --tweaks local
ExecReload=kill -HUP $MAINPID
[Install]