mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-26 01:20:28 +00:00
6 lines
99 B
Bash
6 lines
99 B
Bash
#!/bin/bash
|
|
|
|
# start by supervisord
|
|
/usr/bin/supervisord
|
|
supervisorctl start all
|
|
tail -f /dev/null
|