summaryrefslogtreecommitdiff
path: root/wait.initd
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2023-11-10 19:44:48 -0500
committerFreya Murphy <freya@freyacat.org>2023-11-10 19:44:48 -0500
commit8b7fe69ca362bf7f78fee7207ddd10d8697ae02a (patch)
treee9c38ea4589360bafd434603feb6bcd95629556b /wait.initd
downloadfreyanet-8b7fe69ca362bf7f78fee7207ddd10d8697ae02a.tar.gz
freyanet-8b7fe69ca362bf7f78fee7207ddd10d8697ae02a.tar.bz2
freyanet-8b7fe69ca362bf7f78fee7207ddd10d8697ae02a.zip
things
Diffstat (limited to 'wait.initd')
-rwxr-xr-xwait.initd4
1 files changed, 4 insertions, 0 deletions
diff --git a/wait.initd b/wait.initd
new file mode 100755
index 0000000..b033ac1
--- /dev/null
+++ b/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 & }