Fix s6-overlay format error #29

Merged
MrMeeb merged 3 commits from fix/s6-exec-format-error into master 2024-06-15 15:55:19 +00:00
Showing only changes of commit 9ed7d80765 - Show all commits

View File

@ -4,6 +4,7 @@
if [ $ONE_SHOT == "true" ]; then
# Cleanly kill container by sending kill signal to supervisor process
kill 1
echo 0 > /run/s6-linux-init-container-results/exitcode
/run/s6/basedir/bin/halt
fi