File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ start: check-fleet start-warning start-routers
9797
9898 @# registry
9999 $(call echo_yellow,"Waiting for deis-registry to start...")
100- $(FLEETCTL) start -no-block registry/systemd/*
100+ $(FLEETCTL) start -no-block registry/systemd/*.service
101101 @until $(FLEETCTL) $(list-units) | egrep -q "deis-registry\..+(running|failed)"; \
102102 do sleep 2; \
103103 printf "\033[0;33mStatus:\033[0m "; $(FLEETCTL) $(list-units) | \
@@ -108,7 +108,7 @@ start: check-fleet start-warning start-routers
108108
109109 @# controller
110110 $(call echo_yellow,"Waiting for deis-controller to start...")
111- $(FLEETCTL) start -no-block controller/systemd/*
111+ $(FLEETCTL) start -no-block controller/systemd/*.service
112112 @until $(FLEETCTL) $(list-units) | egrep -q "deis-controller\..+(running|failed)"; \
113113 do sleep 2; \
114114 printf "\033[0;33mStatus:\033[0m "; $(FLEETCTL) $(list-units) | \
You can’t perform that action at this time.
0 commit comments