Commit f8e25189 authored by Ad Schellevis's avatar Ad Schellevis

update proxy backend actions

parent 18cf4e9e
......@@ -5,7 +5,7 @@ type:script
message:starting proxy
[stop.proxy]
command:/usr/local/etc/rc.d/squid stop
command:/usr/local/etc/rc.d/squid stop;/usr/bin/killall squid;exit 0
parameters:
type:script
message:stopping proxy
......@@ -16,6 +16,12 @@ parameters:
type:script
message:restarting proxy
[reconfigure.proxy]
command:/usr/local/etc/rc.d/squid reload
parameters:
type:script
message:reconfigure proxy
[status.proxy]
command:/usr/local/etc/rc.d/squid status;exit 0
parameters:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment