Skip to content

Commit 8074347

Browse files
author
Matthew Fisher
committed
feat(*): use confd --watch
1 parent 2132fb7 commit 8074347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function on_exit() {
8383
trap on_exit TERM
8484

8585
# spawn confd in the background to update services based on etcd changes
86-
confd -node $ETCD --confdir /app --interval 5 --quiet &
86+
confd -node $ETCD --confdir /app --interval 5 --quiet --watch &
8787
CONFD_PID=$!
8888

8989
echo deis-controller running...

0 commit comments

Comments
 (0)