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