We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d05c400 + 8074347 commit b392737Copy full SHA for b392737
1 file changed
bin/boot
@@ -83,7 +83,7 @@ function on_exit() {
83
trap on_exit TERM
84
85
# spawn confd in the background to update services based on etcd changes
86
-confd -node $ETCD --confdir /app --interval 5 --quiet &
+confd -node $ETCD --confdir /app --interval 5 --quiet --watch &
87
CONFD_PID=$!
88
89
echo deis-controller running...
0 commit comments