Add daemon plugs
This commit is contained in:
parent
dd0c1ac5b2
commit
f5a6db3dc0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue