Create runtime directory in entrypoint
Some checks failed
Test / test (push) Has been cancelled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-16 23:11:53 +00:00
parent 31cb8f6db5
commit 3d715664db

View File

@@ -24,5 +24,9 @@ cat /tmp/hosts.bak > /etc/hosts 2>/dev/null || echo "127.0.0.1 localhost" > /etc
echo 1 > /proc/sys/net/ipv4/ip_forward echo 1 > /proc/sys/net/ipv4/ip_forward
echo "[entrypoint] IP forwarding enabled" echo "[entrypoint] IP forwarding enabled"
# Ensure runtime directory exists (for host trigger files)
mkdir -p /runtime
echo "[entrypoint] Runtime directory ready"
# Start systemd # Start systemd
exec /sbin/init exec /sbin/init