commit 41039418205b48bda59372fb7c49453852853e8a parent 4dc03fd661af2aa4f27cc03501d944007d9501a5 Author: ccx <ccx@te2000.cz> Date: Mon, 17 Mar 2025 01:10:26 +0000 Remove unused executable Diffstat:
D | sbin/service.X.run | | | 60 | ------------------------------------------------------------ |
1 file changed, 0 insertions(+), 60 deletions(-)
diff --git a/sbin/service.X.run b/sbin/service.X.run @@ -1,60 +0,0 @@ -#!/command/execlineb -P -fdmove -c 2 1 -s6-envdir env -importas vtN vtN -export XDG_RUNTIME_DIR /run/service/X${vtN}/data -importas XDG_RUNTIME_DIR XDG_RUNTIME_DIR -if { truncate -s 0 ${XDG_RUNTIME_DIR}/Xauthority } -if { chmod 600 ${XDG_RUNTIME_DIR}/Xauthority } -if { chown xorg:xorg ${XDG_RUNTIME_DIR}/Xauthority } -if { - pipeline { - if { printf "add :%d . " ${vtN} } - if { redirfd -r 0 /dev/urandom xxd -p -l 16 } - } - xauth -f ${XDG_RUNTIME_DIR}/Xauthority source - -} -piperw 4 5 -background -d { - fdclose 5 - if { mkdir -p ${XDG_RUNTIME_DIR}/env } - if { - redirfd -w 1 ${XDG_RUNTIME_DIR}/env/XAUTHORITY - printf "%s/Xauthority" ${XDG_RUNTIME_DIR} - } - if { - fdmove 0 4 - redirfd -w 1 ${XDG_RUNTIME_DIR}/env/DISPLAY - if { printf : } - head -n1 - } - fdmove 1 3 - echo -} -unexport ! -fdclose 4 -fdclose 3 -umask 077 -if { chmod 660 /dev/tty${vtN} } -if { chown root:xorg /dev/tty${vtN} } -if { - elglob dev /dev/input/event* - if { chown root:input ${dev} } - chmod 660 ${dev} -} -redirfd -r 0 /dev/tty${vtN} -redirfd -w 1 /dev/tty${vtN} -s6-setsid -s6-setuidgid xorg -Xorg - -displayfd 5 - -nolisten local - -nolisten tcp - -quiet -# -logfile /dev/stdout - -logfile ${XDG_RUNTIME_DIR}/log - -auth ${XDG_RUNTIME_DIR}/Xauthority - -tst - -retro - -novtswitch - vt${vtN} :${vtN}