websoft9/appmanage/config/service.sh

7 lines
99 B
Bash
Raw Normal View History

2023-04-04 09:28:53 +08:00
#!/bin/bash
# start by supervisord
/usr/bin/supervisord
supervisorctl start all
tail -f /dev/null