4 lines
186 B
Text
Executable file
4 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 & }
|