docker-netbootxyz/root/start.sh
2024-01-31 02:15:07 +01:00

14 lines
486 B
Bash
Executable File

#!/bin/bash
# Perform the initial configuration
/init.sh
echo " _ _ _ "
echo " _ __ ___| |_| |__ ___ ___ | |_ __ ___ _ ____ "
echo "| '_ \ / _ \ __| '_ \ / _ \ / _ \| __| \ \/ / | | |_ / "
echo "| | | | __/ |_| |_) | (_) | (_) | |_ _ > <| |_| |/ / "
echo "|_| |_|\___|\__|_.__/ \___/ \___/ \__(_)_/\_\\__, /___| "
echo " |___/ "
supervisord -c /etc/supervisor.conf