5 lines
186 B
Text
5 lines
186 B
Text
|
#!/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 & }
|