Add daemon plugs

This commit is contained in:
Michael Vines 2018-07-17 08:06:02 -07:00 committed by Grimes
parent dd0c1ac5b2
commit f5a6db3dc0
1 changed files with 9 additions and 3 deletions

View File

@ -59,18 +59,24 @@ apps:
plugs:
- network
- home
daemon-validator:
daemon: simple
command: validator.sh
plugs:
- network
- network-bind
daemon-leader:
daemon: simple
command: leader.sh
plugs:
- network
- network-bind
daemon-drone:
daemon: simple
command: drone.sh
plugs:
- network
- network-bind
parts:
solana: