chiark / gitweb /
units: enable utmp for serial gettys too
authorLennart Poettering <lennart@poettering.net>
Fri, 8 Oct 2010 16:22:44 +0000 (18:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 8 Oct 2010 16:22:44 +0000 (18:22 +0200)
units/getty@.service.m4
units/serial-getty@.service.m4

index be5916a155e4dfafaf58f665c4217bccfd8fb421..4691ea7bfe3439ad68667889f6f80d2315262376 100644 (file)
@@ -22,10 +22,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]
index baf2eca10c7c19d6d6b362ca63573ae7141ebda8..9a70db0f21cdf119e00a87551379c425c7b50c28 100644 (file)
@@ -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]
@@ -30,6 +29,7 @@ ExecStartPre=-/sbin/securetty %I
 ExecStart=-/sbin/agetty -s %I 115200,38400,9600
 Restart=always
 RestartSec=0
+UtmpIdentifier=%I
 KillMode=process-group
 
 # Some login implementations ignore SIGTERM, so we send SIGHUP