mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
7 lines
139 B
Bash
7 lines
139 B
Bash
#!/bin/bash
|
|
|
|
[[ -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
|