diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-11 23:22:53 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-11 23:22:53 -0400 |
commit | bb17ee2b2539df5fdb4f5c7ed360e5061c188f6e (patch) | |
tree | d9c36c3b820df93818736ef1d962f56a8c4a6a1d /openrc/wait.initd | |
parent | fix minecraft (diff) | |
download | images-bb17ee2b2539df5fdb4f5c7ed360e5061c188f6e.tar.gz images-bb17ee2b2539df5fdb4f5c7ed360e5061c188f6e.tar.bz2 images-bb17ee2b2539df5fdb4f5c7ed360e5061c188f6e.zip |
openrc
Diffstat (limited to '')
-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 & } |