summaryrefslogtreecommitdiff
path: root/openrc/wait.initd
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-11 23:22:53 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-11 23:22:53 -0400
commitbb17ee2b2539df5fdb4f5c7ed360e5061c188f6e (patch)
treed9c36c3b820df93818736ef1d962f56a8c4a6a1d /openrc/wait.initd
parentfix minecraft (diff)
downloadimages-bb17ee2b2539df5fdb4f5c7ed360e5061c188f6e.tar.gz
images-bb17ee2b2539df5fdb4f5c7ed360e5061c188f6e.tar.bz2
images-bb17ee2b2539df5fdb4f5c7ed360e5061c188f6e.zip
openrc
Diffstat (limited to '')
-rwxr-xr-xopenrc/wait.initd4
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 & }