diff options
Diffstat (limited to 'openrc/wait.initd')
-rwxr-xr-x | openrc/wait.initd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openrc/wait.initd b/openrc/wait.initd new file mode 100755 index 0000000..b033ac1 --- /dev/null +++ b/openrc/wait.initd @@ -0,0 +1,4 @@ +#!/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 & } |