X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fgetty%40.service.m4;h=4691ea7bfe3439ad68667889f6f80d2315262376;hb=c84ed68f304b22606f874118e6eb32f7089b1699;hp=770fc6caac588385c4a9e7809b81d9696645a567;hpb=61bec80cf3a86d574d73bdeba32e3c0f30198a4b;p=elogind.git diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 770fc6caa..4691ea7bf 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -22,11 +22,17 @@ m4_ifdef(`TARGET_ARCH', After=rc-local.service )m4_dnl +# 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] Environment=TERM=linux -ExecStart=GETTY %I -Restart=restart-always +ExecStart=-GETTY %I +Restart=always RestartSec=0 +UtmpIdentifier=%I KillMode=process-group # Some login implementations ignore SIGTERM, so we send SIGHUP