summaryrefslogtreecommitdiff
path: root/deployments/docker/wait.initd
blob: b033ac1d6976310aab47a11453a7731b1e62fd23 (plain)
1
2
3
4
#!/sbin/openrc-run
# this container may need openrc to keep running without any services
# ordinarily that would cause it to stop, so this is a dummy service
start(){ sleep infinity & }