freyanet/wait.initd
2023-11-10 19:44:48 -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 & }