1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

units: make sure that prefdm wins over the getty if both are pulled in

This commit is contained in:
Lennart Poettering 2010-08-03 23:58:23 +02:00
parent a48bcc46be
commit 14a35a84fa

View File

@ -14,8 +14,11 @@ After=multi-user.target
Conflicts=rescue.target
m4_dnl
m4_ifdef(`TARGET_FEDORA',
m4_dnl On Fedora Runlevel 5 is graphical login
# On Fedora Runlevel 5 is graphical login
Names=runlevel5.target
# Pull in prefdm via requires, to make sure when it conflicts with
# getty@tty1.service it takes precedence.
Requires=prefdm.service
)m4_dnl
m4_ifdef(`TARGET_SUSE',
Names=runlevel5.target