[oe-commits] Richard Purdie : systemd-serialgetty: Update to match version in recent systemd

git at git.openembedded.org git at git.openembedded.org
Tue Feb 11 18:12:24 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 75e955bbeb4b1e4bf6aaf9c01b6e5b7c6ff2191e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=75e955bbeb4b1e4bf6aaf9c01b6e5b7c6ff2191e

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Feb 11 09:06:21 2014 +0000

systemd-serialgetty: Update to match version in recent systemd

(From OE-Core rev: c6b3b59771d0045a28742b8a3630b42db0b75148)

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../recipes-core/systemd/systemd-serialgetty/serial-getty at .service | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty at .service b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty at .service
index 1c14dfe..46c15ed 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty at .service
+++ b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty at .service
@@ -20,7 +20,7 @@ Before=getty.target
 IgnoreOnIsolate=yes
 
 [Service]
-ExecStart=-/sbin/agetty -s %I @BAUDRATE@ vt102
+ExecStart=-/sbin/agetty --keep-baud %I @BAUDRATE@ $TERM
 Type=idle
 Restart=always
 RestartSec=0
@@ -30,7 +30,4 @@ TTYReset=yes
 TTYVHangup=yes
 KillMode=process
 IgnoreSIGPIPE=no
-
-# Some login implementations ignore SIGTERM, so we send SIGHUP
-# instead, to ensure that login terminates cleanly.
-KillSignal=SIGHUP
+SendSIGHUP=yes



More information about the Openembedded-commits mailing list