summary refs log tree commit diff
path: root/os/etc/s6-rc/runas
blob: 52b494b616ba7d33107e4125af596cf76be09ae4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/execlineb -S1

envfile /etc/s6-rc/config/user.conf
importas -iu USER USER

s6-setuidgid ${USER}

s6-envdir /run/session-env

importas -i home HOME
execline-cd ${home}

#foreground { fdmove -c 1 2 echo "+" "user:" ${USER} }
#foreground { fdmove -c 1 2 echo "+" "command:" ${@} }
exec ${@}