diff options
Diffstat (limited to 'src/bin/user-run')
| -rwxr-xr-x | src/bin/user-run | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/bin/user-run b/src/bin/user-run new file mode 100755 index 0000000..e110115 --- /dev/null +++ b/src/bin/user-run @@ -0,0 +1,12 @@ +#!@shebangdir@/execlineb -s0 + +# ISC license. + +multisubstitute { + importas -Si USER + importas -Si USERTREE +} +backtick -Ei HOME { homeof ${USER} } + +s6-sudo @tmpfsdir@/@usrrundir@/${USER}/${USERTREE}/service/goetia-runner/s + fdmove -c 1 2 ${@} |
