From: Lennart Poettering Date: Fri, 8 Oct 2010 16:22:44 +0000 (+0200) Subject: units: enable utmp for serial gettys too X-Git-Tag: v12~255 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c84ed68f304b22606f874118e6eb32f7089b1699;hp=c8f26f42e2c81d03ff6e845afa12eb3432e794b8 units: enable utmp for serial gettys too --- diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index be5916a15..4691ea7bf 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] diff --git a/units/serial-getty@.service.m4 b/units/serial-getty@.service.m4 index baf2eca10..9a70db0f2 100644 --- a/units/serial-getty@.service.m4 +++ b/units/serial-getty@.service.m4 @@ -16,10 +16,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] @@ -30,6 +29,7 @@ ExecStartPre=-/sbin/securetty %I ExecStart=-/sbin/agetty -s %I 115200,38400,9600 Restart=always RestartSec=0 +UtmpIdentifier=%I KillMode=process-group # Some login implementations ignore SIGTERM, so we send SIGHUP