diff options
author | Stefan Wagner <stwa@users.noreply.github.com> | 2017-01-30 00:42:30 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-30 23:37:31 +0100 |
commit | 77b0b4a1c532858a80cceeb8487139d41e12adc3 (patch) | |
tree | 9f07688d1a69c842e02714a4e2cc227c7122f148 /testing | |
parent | 2472fb694e3fe382de3b30653abc989bbeeb47b4 (diff) | |
download | aports-77b0b4a1c532858a80cceeb8487139d41e12adc3.tar.bz2 aports-77b0b4a1c532858a80cceeb8487139d41e12adc3.tar.xz |
testing/suricata: fix pid file path for logrotate
Diffstat (limited to 'testing')
-rw-r--r-- | testing/suricata/suricata.logrotate | 2 |
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 } |