remove vestigal docker compatibility that prevented starting services during setup
This commit is contained in:
parent
295981828f
commit
cab7321dbb
|
@ -103,17 +103,6 @@ PUBLIC_IP=$PUBLIC_IP
|
|||
CSR_COUNTRY=$CSR_COUNTRY
|
||||
EOF
|
||||
|
||||
# For docker, we don't want any of our scripts to start daemons.
|
||||
# Mask the 'service' program by defining a function of the same name
|
||||
# so that whenever we try to restart a service we just silently do
|
||||
# nothing.
|
||||
if [ "$NO_RESTART_SERVICES" == "1" ]; then
|
||||
function service {
|
||||
# we could output some status, but it's not important
|
||||
echo skipping service $@ > /dev/null;
|
||||
}
|
||||
fi
|
||||
|
||||
# Start service configuration.
|
||||
. setup/system.sh
|
||||
. setup/dns.sh
|
||||
|
|
Loading…
Reference in New Issue