1
0
Fork 0
1Panel-Appstore/php7/7.2.34/supervisor/run.sh

6 lines
104 B
Bash

#!/bin/sh
if command -v supervisord > /dev/null 2>&1; then
supervisord -c /etc/supervisord.conf
fi