X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fserial-getty%40.service.m4;h=da9bd1946bb931006385ed4bbdf02ac81fb9065c;hp=baf2eca10c7c19d6d6b362ca63573ae7141ebda8;hb=d257ddef22ff1a1b98e6172799819e6511b1bcfb;hpb=525ee6f4a1639bcb28198bf9e32b93ca2bfd268b diff --git a/units/serial-getty@.service.m4 b/units/serial-getty@.service.m4 index baf2eca10..da9bd1946 100644 --- a/units/serial-getty@.service.m4 +++ b/units/serial-getty@.service.m4 @@ -7,7 +7,7 @@ [Unit] Description=Serial Getty on %I -Requires=dev-%i.device +BindTo=dev-%i.device After=dev-%i.device m4_ifdef(`TARGET_FEDORA', After=rc-local.service @@ -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