diff options
author | Freya Murphy <freya@freyacat.org> | 2023-11-10 19:44:48 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2023-11-10 19:44:48 -0500 |
commit | 8b7fe69ca362bf7f78fee7207ddd10d8697ae02a (patch) | |
tree | e9c38ea4589360bafd434603feb6bcd95629556b /wait.initd | |
download | freyanet-8b7fe69ca362bf7f78fee7207ddd10d8697ae02a.tar.gz freyanet-8b7fe69ca362bf7f78fee7207ddd10d8697ae02a.tar.bz2 freyanet-8b7fe69ca362bf7f78fee7207ddd10d8697ae02a.zip |
things
Diffstat (limited to 'wait.initd')
-rwxr-xr-x | wait.initd | 4 |
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 & } |