chiark / gitweb /
tmpfiles: consider TRUNCATE_DIRECTORY as well.
[elogind.git] / units / getty@.service.m4
index 770fc6caac588385c4a9e7809b81d9696645a567..4691ea7bfe3439ad68667889f6f80d2315262376 100644 (file)
@@ -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