This website requires JavaScript.
Explore
Help
Register
Sign in
nune
/
privatebin-docker-nginx-fpm-alpine
Watch
0
Star
0
Fork
You've already forked privatebin-docker-nginx-fpm-alpine
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3
master
privatebin-docker-nginx-fpm...
/
etc
/
init.d
/
rc.local
4 lines
87 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
remove s6-linux-init & s6-rc from stack
2021-09-07 07:16:02 +02:00
#!/bin/execlineb -P
foreground { cp -r /etc/s6/services /run }
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
2024-10-19 10:11:19 +02:00
s6-svscan /run/services
Reference in a new issue
Copy permalink