appstore-1panel/apps/php7/7.2.34/supervisor/run.sh

6 lines
104 B
Bash
Raw Normal View History

2023-11-30 17:52:26 +08:00
#!/bin/sh
if command -v supervisord > /dev/null 2>&1; then
supervisord -c /etc/supervisord.conf
fi