Skip to content

Commit b392737

Browse files
author
Matthew Fisher
committed
Merge pull request #3387 from bacongobbler/2160-confd-watch
feat(*): use confd --watch
2 parents d05c400 + 8074347 commit b392737

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)