diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-20 20:42:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-20 20:42:46 +0200 |
commit | 36adffeab07c74470bc96417b17a72b53055ee42 (patch) | |
tree | af6ceb0189159794f972e2f0ca3de607ed66aae2 /units/getty@.service.m4 | |
parent | de0200fca558dcc4cfa785e46317ae9e6a879e04 (diff) |
fedora: make sure the gettys are run before X starts up
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index b82f5aad25..d0084233a9 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -16,6 +16,7 @@ Description=Getty on %I Before=getty.target m4_ifdef(`TARGET_FEDORA', After=rc-local.service +Before=prefdm.service )m4_dnl m4_ifdef(`TARGET_ARCH', After=rc-local.service |