kumquat-buildroot/package/x11r7/xserver_xorg-server/xorg.service
Francois Perrad 698ba56858 package/x11r7/xserver_xorg-server: fix the target in systemd service
graphical is equivalent to the sysvinit runlevel 5
multi-user is equivalent to a runlevel between 2 and 4

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-09-07 21:31:13 +02:00

12 lines
195 B
Desktop File

[Unit]
Description=Xorg server
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/Xorg :0.0 vt01 -s 0 -noreset -allowMouseOpenFail
Restart=always
[Install]
WantedBy=graphical.target