mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-15 05:41:55 +08:00
6 lines
104 B
Bash
6 lines
104 B
Bash
#!/bin/sh
|
|
|
|
if command -v supervisord > /dev/null 2>&1; then
|
|
supervisord -c /etc/supervisord.conf
|
|
fi
|