mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 22:47:15 +00:00
gdm: replace 'WantedBy=graphical.target' by 'Alias=display-manager.service'
Found at lxdm. Error message was there | systemd[1]: Cannot add dependency job for unit display-manager.service ... Inspired by [1] [1] https://bbs.archlinux.org/viewtopic.php?pid=1131267 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
d6408d8793
commit
a78056c60e
@ -8,4 +8,4 @@ ExecStart=/usr/sbin/gdm -nodaemon
|
|||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=graphical.target
|
Alias=display-manager.service
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# look for files in the layer first
|
# look for files in the layer first
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
PRINC := "${@int(PRINC) + 1}"
|
PRINC := "${@int(PRINC) + 2}"
|
||||||
|
|
||||||
inherit systemd
|
inherit systemd
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user