mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-09-26 21:01:15 +08:00
10 lines
209 B
Bash
10 lines
209 B
Bash
#!/usr/bin/env bash
|
|
|
|
#############################################
|
|
## Supervisord (start daemons)
|
|
#############################################
|
|
|
|
## Start services
|
|
exec /opt/docker/bin/service.d/supervisor.sh
|
|
|