mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-07 06:37:43 +02:00
14 lines
486 B
Bash
Executable File
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
|