Replace tini with dumb-init

dumb-init is more actively maintained, available on pypi, and already used for both upstream and downstream EEs
This commit is contained in:
Shane McDonald
2022-03-28 08:57:18 -04:00
parent dbdc529d4a
commit 39905b33cd
2 changed files with 3 additions and 7 deletions

View File

@@ -5,4 +5,4 @@ bootstrap_development.sh
cd /awx_devel
# Start the services
exec tini -- make supervisor
exec make supervisor