Skip to content

Commit

Permalink
fix: multiple guardians
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Oct 7, 2024
1 parent 2e9cc0b commit 3b65895
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion mprocs-nix-guardian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,30 @@ procs:
user:
shell: bash --init-file scripts/mprocs-user-shell.sh
stop: SIGKILL
ui:
ui-0:
shell: bash --init-file scripts/mprocs-ui.sh
stop: SIGKILL
env:
PORT: '3000'
BROWSER: none
ui-1:
shell: bash --init-file scripts/mprocs-ui.sh
stop: SIGKILL
env:
PORT: '3001'
BROWSER: none
ui-2:
shell: bash --init-file scripts/mprocs-ui.sh
stop: SIGKILL
env:
PORT: '3002'
BROWSER: none
ui-3:
shell: bash --init-file scripts/mprocs-ui.sh
stop: SIGKILL
env:
PORT: '3003'
BROWSER: none
fedimint0:
shell: tail -n +0 -F $FM_LOGS_DIR/fedimintd-default-0.log
fedimint1:
Expand Down

0 comments on commit 3b65895

Please sign in to comment.