15 lines
245 B
Desktop File
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
|