Skip to content

Commit

Permalink
with s6 2.13.1.0 binaries live in /usr/bin instead of /bin
Browse files Browse the repository at this point in the history
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
  • Loading branch information
elrido committed Oct 19, 2024
1 parent 3ede9d5 commit 53c3e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/init.d/rc.local
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/execlineb -P
foreground { cp -r /etc/s6/services /run }
/bin/s6-svscan /run/services
s6-svscan /run/services

0 comments on commit 53c3e60

Please sign in to comment.