Skip to content

Commit

Permalink
msgflo: Specify long --wait-timeout
Browse files Browse the repository at this point in the history
Workaround for msgflo/msgflo#133
  • Loading branch information
jonnor committed May 31, 2017
1 parent 1ceeecc commit da2078d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bitraf-msgflo.service.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Service]
WorkingDirectory=@PROJECTDIR@
ExecStart=/usr/bin/node ./node_modules/.bin/msgflo --graph graphs/doorsystem.json --ignore 2floor --ignore 4floor --ignore frontdoor --broker mqtt://@BROKER@
ExecStart=/usr/bin/node ./node_modules/.bin/msgflo --graph graphs/doorsystem.json --wait-timeout 300 --ignore 2floor --ignore 4floor --ignore
frontdoor --broker mqtt://@BROKER@
Restart=always
RestartSec=3
User=msgflo
Expand Down

0 comments on commit da2078d

Please sign in to comment.