Files
fds-os/s6/source/xserver/finish
T
2026-09-21 22:29:23 +08:00

4 lines
94 B
Bash
Executable File

#!/bin/bash
if [[ $(cat /etc/fds/xserver) == xorg ]]; then /usr/bin/chvt 1 || true; fi
exit 0