Fix OOM reporting

This commit is contained in:
Michael Vines
2018-09-08 17:46:43 -07:00
committed by Grimes
parent 5afcdcbbe6
commit 7029e4395c
4 changed files with 39 additions and 20 deletions

View File

@@ -63,25 +63,25 @@ apps:
- home
daemon-validator:
daemon: simple
command: multinode-demo/validator.sh
command: scripts/snap-config-to-env.sh $SNAP/multinode-demo/validator.sh
plugs:
- network
- network-bind
daemon-leader:
daemon: simple
command: multinode-demo/leader.sh
command: scripts/snap-config-to-env.sh $SNAP/multinode-demo/leader.sh
plugs:
- network
- network-bind
daemon-drone:
daemon: simple
command: multinode-demo/drone.sh
command: scripts/snap-config-to-env.sh $SNAP/multinode-demo/drone.sh
plugs:
- network
- network-bind
daemon-oom-monitor:
daemon: simple
command: scripts/oom-monitor.sh
command: scripts/snap-config-to-env.sh $SNAP/scripts/oom-monitor.sh
plugs:
- network