blob: 9a3f2e8f9fa387646eba3fcc93ff01586c33d5c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/execlineb -P
redirfd -w 1 /dev/null
redirfd -w 2 /dev/null
envfile /etc/s6-rc/config/user.conf
importas -ui USER USER
exec /usr/bin/autologin ${USER} /usr/bin/tinydm-run-session
|