freyanet/deployments/docker/wait.initd
2023-12-30 15:23:30 -05:00

5 lines
186 B
Text
Executable file

#!/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 & }