From 53c3e60b9bf1b53f37625750c4fb0cc4846df3df Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 19 Oct 2024 10:11:19 +0200 Subject: [PATCH] with s6 2.13.1.0 binaries live in /usr/bin instead of /bin this change makes the entrypoint script PATH dependent, but agnostic to the real location of the s6-svcscan binary, so it work both for alpine 3.20 as well as edge / future stable alpine releases see https://gitlab.alpinelinux.org/alpine/aports/-/commit/d348893ddf28edb773ac69df7129b43b767d8418#bc2914fbfe731ad6ff1eb5c019c39433c87bcaf5_22_24 --- etc/init.d/rc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init.d/rc.local b/etc/init.d/rc.local index b9a94ce..b5dffcc 100755 --- a/etc/init.d/rc.local +++ b/etc/init.d/rc.local @@ -1,3 +1,3 @@ #!/bin/execlineb -P foreground { cp -r /etc/s6/services /run } -/bin/s6-svscan /run/services \ No newline at end of file +s6-svscan /run/services