4 lines
99 B
Text
4 lines
99 B
Text
|
#!/bin/sh
|
||
|
|
||
|
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"
|