Skip to content

Commit

Permalink
Disable auto-save of graph until msgflo/msgflo#133 is dealt with
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed May 16, 2017
1 parent 960db33 commit 2a06c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/c-flo.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Service]
WorkingDirectory=/opt/c-flo
ExecStart=/usr/bin/node ./node_modules/.bin/msgflo --graph graphs/c-base.json --auto-save=true --broker mqtt://10.0.1.17 --runtime-id=a9dca883-c07f-4cd7-b369-180fa9b52b68 --ping-interval=600 --host=c-flo.cbrp3.c-base.org --wait-timeout 500 --ignore ingress-data --ignore ingress-lights --ignore barstatus_bar --ignore barstatus_clab --ignore barstatus_nerdarea --ignore barstatus_switch --ignore bubbler --ignore c_leuse --ignore c_out_generator --ignore c_out_output --ignore crew --ignore he1 --ignore mainhall --ignore mechblast --ignore nerd --ignore nerdctrl-display --ignore nerdctrl_switch --ignore powermon --ignore echelon --ignore siri --ignore time --ignore megablast
ExecStart=/usr/bin/node ./node_modules/.bin/msgflo --graph graphs/c-base.json --broker mqtt://10.0.1.17 --runtime-id=a9dca883-c07f-4cd7-b369-180fa9b52b68 --ping-interval=600 --host=c-flo.cbrp3.c-base.org --wait-timeout 500 --ignore ingress-data --ignore ingress-lights --ignore barstatus_bar --ignore barstatus_clab --ignore barstatus_nerdarea --ignore barstatus_switch --ignore bubbler --ignore c_leuse --ignore c_out_generator --ignore c_out_output --ignore crew --ignore he1 --ignore mainhall --ignore mechblast --ignore nerd --ignore nerdctrl-display --ignore nerdctrl_switch --ignore powermon --ignore echelon --ignore siri --ignore time --ignore megablast
Restart=always
User=bergie
Environment=PATH=/opt/c-flo/node_modules/.bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/bergie/.local/bin
Expand Down

0 comments on commit 2a06c3e

Please sign in to comment.