src/world/s6-scripts/etc/s6/sv/rc-local/up

6 lines
143 B
Plaintext

#!/bin/execlineb -P
foreground { sh /etc/s6/rc.local }
elglob -0 scripts /etc/local.d/*.start
forx -E script { ${scripts} }
sh -c "${script}"