package/x11r7/xserver_xorg-server: fix the target in systemd service
authorFrancois Perrad <fperrad@gmail.com>
Mon, 7 Sep 2020 16:17:55 +0000 (18:17 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 7 Sep 2020 19:31:13 +0000 (21:31 +0200)
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>
package/x11r7/xserver_xorg-server/xorg.service

index 2745711cf3f04278e374b855e20aea241bb009bd..553d8b2560cd2f1cfe4132fa264681b9f268e14c 100644 (file)
@@ -8,4 +8,4 @@ ExecStart=/usr/bin/Xorg :0.0 vt01 -s 0 -noreset -allowMouseOpenFail
 Restart=always
 
 [Install]
-WantedBy=multi-user.target
+WantedBy=graphical.target