X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fserial-getty%40.service.m4;h=9a70db0f21cdf119e00a87551379c425c7b50c28;hp=b91ed98330bad596faf42fc6e9808c89a179dd6d;hb=510051fc1264ace4ab657b52ec6fb5e2ccfda740;hpb=93a45c562a1989dfbb2dd08c65f8a21b02959934 diff --git a/units/serial-getty@.service.m4 b/units/serial-getty@.service.m4 index b91ed9833..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] @@ -28,8 +27,9 @@ m4_ifdef(`TARGET_FEDORA', ExecStartPre=-/sbin/securetty %I )m4_dnl ExecStart=-/sbin/agetty -s %I 115200,38400,9600 -Restart=restart-always +Restart=always RestartSec=0 +UtmpIdentifier=%I KillMode=process-group # Some login implementations ignore SIGTERM, so we send SIGHUP