Add options for starting scope without app or probe.

This commit is contained in:
Tom Wilkie
2015-08-11 11:49:27 +00:00
parent 960c8e79a8
commit f4af9695f2

View File

@@ -37,6 +37,14 @@ while true; do
shift 2
PROBE_ARGS="$PROBE_ARGS -$ARG_NAME=$ARG_VALUE"
;;
--no-app)
touch /etc/service/app/down
shift 1
;;
--no-probe)
touch /etc/service/probe/down
shift 1
;;
*)
break
;;