aboutsummaryrefslogtreecommitdiff
path: root/network/haproxy/logrotate.example
diff options
context:
space:
mode:
authorBadchay <badchay@protonmail.com>2022-06-03 21:08:58 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-06-04 10:37:22 +0700
commit60f050d94b7fed262345fc4f36e11732f67235ec (patch)
tree2a29bc9ed6ef5800850e0f999329f0c706abcf03 /network/haproxy/logrotate.example
parentacd2861cbcfccec536ad3a2baa49f3b6a0cf89f3 (diff)
network/haproxy: Updated for version 2.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/haproxy/logrotate.example')
-rw-r--r--network/haproxy/logrotate.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/haproxy/logrotate.example b/network/haproxy/logrotate.example
index 2fd2924d9a729..7bc93f8e3395f 100644
--- a/network/haproxy/logrotate.example
+++ b/network/haproxy/logrotate.example
@@ -4,6 +4,6 @@
missingok
rotate 4
postrotate
- /etc/rc.d/rc.haproxy restart
+ /bin/kill -HUP `cat /var/run/syslogd.pid 2>/dev/null` 2>/dev/null || true
endscript
}