diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 23:50:02 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 23:50:02 -0400 |
commit | 40b3d14902fd0714c36a347d1951d6a688ecfb8d (patch) | |
tree | 039350ab8c26c5944142ecd12bade6bfc5a865ce /config | |
parent | 3418bba2d432be2540752d4be6b4bf1cbf832b31 (diff) | |
download | pfsense-packages-40b3d14902fd0714c36a347d1951d6a688ecfb8d.tar.gz pfsense-packages-40b3d14902fd0714c36a347d1951d6a688ecfb8d.tar.bz2 pfsense-packages-40b3d14902fd0714c36a347d1951d6a688ecfb8d.zip |
Unbreak reload
Diffstat (limited to 'config')
-rw-r--r-- | config/haproxy/haproxy.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc index e42f7460..a96e4bf1 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -71,11 +71,15 @@ haproxy_start () { require_once("globals.inc"); require_once("functions.inc"); require_once("haproxy.inc"); - function haproxy_configure(); + haproxy_configure(); ?> ENDOFF } +haproxy_restart_post() { + killall -HUP haproxy +} + haproxy_stop_post () { echo "Stopping haproxy." killall haproxy |