chiark / gitweb /
units: fix a typo in arch's rc-local.service unit file
[elogind.git] / units / getty@.service.m4
index 770fc6caac588385c4a9e7809b81d9696645a567..4b65d5b9062a3e1f0f49ee54ed29f7e182d16a3a 100644 (file)
@@ -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