diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 23:54:57 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 23:54:57 -0400 |
commit | 0c13d9d6ac5559272346d59b323ddf076440b709 (patch) | |
tree | d00048f85cc05be58d8e603766c9e9ba4ddab3c5 /config/haproxy | |
parent | 04ce40b00cc9f4d4c57830d152d77f55f742da13 (diff) | |
download | pfsense-packages-0c13d9d6ac5559272346d59b323ddf076440b709.tar.gz pfsense-packages-0c13d9d6ac5559272346d59b323ddf076440b709.tar.bz2 pfsense-packages-0c13d9d6ac5559272346d59b323ddf076440b709.zip |
restart_port is bogus, remove
Diffstat (limited to 'config/haproxy')
-rw-r--r-- | config/haproxy/haproxy.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc index a96e4bf1..40ac2c5e 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -76,10 +76,6 @@ haproxy_start () { ENDOFF } -haproxy_restart_post() { - killall -HUP haproxy -} - haproxy_stop_post () { echo "Stopping haproxy." killall haproxy |