freyanet/deployments/docker/wait.initd

5 lines
186 B
Text
Raw Normal View History

2023-11-11 00:44:48 +00:00
#!/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 & }