diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-08 18:22:44 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-08 18:22:44 +0200 |
commit | c84ed68f304b22606f874118e6eb32f7089b1699 (patch) | |
tree | fd551385ef7986138d317ae52f0a12c97ef4b3b3 /units/getty@.service.m4 | |
parent | c8f26f42e2c81d03ff6e845afa12eb3432e794b8 (diff) |
units: enable utmp for serial gettys too
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index be5916a155..4691ea7bfe 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -22,10 +22,9 @@ m4_ifdef(`TARGET_ARCH', After=rc-local.service )m4_dnl -# If additional gettys are spawned during boot (possibly by -# systemd-auto-console-getty) then we should make sure that this is -# synchronized before getty.target, even though getty.target didn't -# actually pull it in. +# If additional gettys are spawned during boot then we should make +# sure that this is synchronized before getty.target, even though +# getty.target didn't actually pull it in. Before=getty.target [Service] |