698ba56858
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>
12 lines
195 B
Desktop File
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
|