diff options
-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 } |