appstore-1panel/apps/php8/8.1.23/supervisor/run.sh
2023-12-05 15:24:30 +08:00

6 lines
104 B
Bash

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