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 d348893ddf (bc2914fbfe731ad6ff1eb5c019c39433c87bcaf5_22_24)
This commit is contained in:
El RIDO 2024-10-19 10:11:19 +02:00
parent 3ede9d518e
commit 53c3e60b9b
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -1,3 +1,3 @@
#!/bin/execlineb -P
foreground { cp -r /etc/s6/services /run }
/bin/s6-svscan /run/services
s6-svscan /run/services