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