Conditionally apply s6 mods based on PID1

This commit is contained in:
Alexandre
2025-09-15 15:52:55 +02:00
committed by GitHub
parent 5241603a3e
commit b8e0348f0d

View File

@@ -82,7 +82,9 @@ for SCRIPTS in /etc/cont-init.d/*; do
fi
# Apply s6 compatibility tweaks
apply_s6_mods "$SCRIPTS"
if $PID1; then
apply_s6_mods "$SCRIPTS"
fi
# Optionally use 'source' to share env variables, when requested
if [ "${ha_entry_source:-null}" = true ]; then