diff options
-rw-r--r-- | config/haproxy/haproxy.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc index 40ac2c5e..ab2d99c2 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -76,7 +76,7 @@ haproxy_start () { ENDOFF } -haproxy_stop_post () { +haproxy_stop () { echo "Stopping haproxy." killall haproxy } |