gdm: do not rely on dev-tty7.device

Error message was:

[ TIME ] Timed out waiting for device dev-tty7.device.
[DEPEND] Dependency failed for Gnome Display Manager.

run tested on overo/xfce

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Andreas Müller
2012-09-17 08:15:42 +00:00
committed by Koen Kooi
parent 3b5c4f60d3
commit 4ac49b2ac2
2 changed files with 2 additions and 3 deletions
@@ -1,7 +1,6 @@
[Unit]
Description=Gnome Display Manager
Requires=dev-tty7.device
After=dev-tty7.device systemd-user-sessions.service
After=systemd-user-sessions.service
[Service]
ExecStart=/usr/sbin/gdm -nodaemon
@@ -1,7 +1,7 @@
# look for files in the layer first
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
PRINC := "${@int(PRINC) + 2}"
PRINC := "${@int(PRINC) + 3}"
inherit systemd