X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fgetty%40.service.m4;h=4b65d5b9062a3e1f0f49ee54ed29f7e182d16a3a;hp=770fc6caac588385c4a9e7809b81d9696645a567;hb=71916d3fff97c6026b5e8bb2c8e4169ab14dc3ad;hpb=61bec80cf3a86d574d73bdeba32e3c0f30198a4b diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 770fc6caa..4b65d5b90 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -22,9 +22,15 @@ 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. +Before=getty.target + [Service] Environment=TERM=linux -ExecStart=GETTY %I +ExecStart=-GETTY %I Restart=restart-always RestartSec=0 KillMode=process-group