websoft9/docker/proxy/s6/init_user/run

7 lines
139 B
Plaintext
Raw Normal View History

2023-09-19 17:47:59 +08:00
#!/bin/bash
2023-09-26 16:06:28 +08:00
[[ -f ./init_user.sh ]] && source ./init_user.sh
pushd /root >/dev/null
exec s6-svc -D /etc/s6-overlay/s6-rc.d/init_user
popd