pnut-matrix/run.sh

7 lines
99 B
Bash
Executable file

!#/bin/bash
pnutservice -c /data/config.yml &
matrixappsvc -c /data/config.yml &
wait -n
exit $?