Files
FWS-ISO/configs/baseline/airootfs/etc/systemd/system/xorg-start.service
T
2026-04-02 15:32:15 +02:00

15 lines
245 B
Desktop File

[Unit]
Description=Xorg Display Server
After=systemd-logind.service
Wants=systemd-logind.service
[Service]
Type=simple
User=root
ExecStart=/usr/bin/Xorg :0 vt1 -nolisten tcp
Restart=on-failure
RestartSec=2
[Install]
WantedBy=multi-user.target