Refs #121 Allow to overwrite CMD and have custom startup commands

This commit is contained in:
cytopia
2019-11-08 20:37:59 +01:00
parent bbe1b43474
commit 2643b28775
51 changed files with 54 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
set -e
set -u
set -p pipefail
set -o pipefail
###
@@ -217,4 +217,4 @@ execute_custom_scripts "/startup.2.d" "${DEBUG_LEVEL}"
### Startup
###
log "info" "Starting supervisord" "${DEBUG_LEVEL}"
exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
exec "${@}"