blob: bee9930aec31cbed9a02d30d2b24f365d0095020 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!@shebangdir@/execlineb -s0
# ISC license.
multisubstitute {
importas -Si USER
importas -Si USERTREE
}
backtick -Ei HOME { homeof ${USER} }
s6-rc -l @tmpfsdir@/@usrrundir@/${USER}/${USERTREE}/s6-rc ${@}
|