websoft9/appmanage/config/cmd.sh
2023-04-04 09:55:29 +08:00

7 lines
99 B
Bash

#!/bin/bash
# start by supervisord
/usr/bin/supervisord
supervisorctl start all
tail -f /dev/null