mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-22 21:09:40 +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
|