From 8b7fe69ca362bf7f78fee7207ddd10d8697ae02a Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 10 Nov 2023 19:44:48 -0500 Subject: things --- wait.initd | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 wait.initd (limited to 'wait.initd') 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 & } -- cgit v1.2.3-freya