Skip to content

Commit

Permalink
msgflo: Disable --auto-save
Browse files Browse the repository at this point in the history
Because the doorlocks are not sending discovery messages periodically,
they are believed to not exist and gets removed from graph
  • Loading branch information
jonnor committed May 31, 2017
1 parent 3d78cbe commit 1ceeecc
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,7 +1,8 @@
[Service]
WorkingDirectory=@PROJECTDIR@
ExecStart=/usr/bin/node ./node_modules/.bin/msgflo --graph graphs/doorsystem.json --auto-save=true --ignore 2floor --ignore 4floor --ignore frontdoor --broker mqtt://@BROKER@
ExecStart=/usr/bin/node ./node_modules/.bin/msgflo --graph graphs/doorsystem.json --ignore 2floor --ignore 4floor --ignore frontdoor --broker mqtt://@BROKER@
Restart=always
RestartSec=3
User=msgflo
Environment=PATH=@PROJECTDIR@/node_modules/.bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin DEBUG=msgflo*

Expand Down

0 comments on commit 1ceeecc

Please sign in to comment.