aboutsummaryrefslogtreecommitdiffstats
path: root/testing/suricata
diff options
context:
space:
mode:
authorStefan Wagner <stwa@users.noreply.github.com>2017-01-30 00:42:30 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-01-30 23:37:31 +0100
commit77b0b4a1c532858a80cceeb8487139d41e12adc3 (patch)
tree9f07688d1a69c842e02714a4e2cc227c7122f148 /testing/suricata
parent2472fb694e3fe382de3b30653abc989bbeeb47b4 (diff)
downloadaports-77b0b4a1c532858a80cceeb8487139d41e12adc3.tar.bz2
aports-77b0b4a1c532858a80cceeb8487139d41e12adc3.tar.xz
testing/suricata: fix pid file path for logrotate
Diffstat (limited to 'testing/suricata')
-rw-r--r--testing/suricata/suricata.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/suricata/suricata.logrotate b/testing/suricata/suricata.logrotate
index 94622f38c1..f09690a792 100644
--- a/testing/suricata/suricata.logrotate
+++ b/testing/suricata/suricata.logrotate
@@ -6,6 +6,6 @@
create
sharedscripts
postrotate
- /bin/kill -HUP $(cat /var/run/suricata.pid)
+ /bin/kill -HUP $(cat /var/run/suricata/suricata.pid)
endscript
}