summaryrefslogtreecommitdiff
path: root/deployments/docker/wait.initd
diff options
context:
space:
mode:
Diffstat (limited to 'deployments/docker/wait.initd')
-rwxr-xr-xdeployments/docker/wait.initd4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployments/docker/wait.initd b/deployments/docker/wait.initd
new file mode 100755
index 0000000..b033ac1
--- /dev/null
+++ b/deployments/docker/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 & }