1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

systemd-serialgetty: Update to match version in recent systemd

Whilst debugging other issues I noticed this was out of sync with the code
in systemd itself. This brings things back into sync and shouldn't hurt
anything.

(From OE-Core rev: b188bda18690dc1af1cb5d18bb0f3ad40c9a6cc6)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2014-02-11 22:48:09 +00:00
parent 7b317cdd1d
commit b70a10ca3e
@@ -20,7 +20,7 @@ Before=getty.target
IgnoreOnIsolate=yes IgnoreOnIsolate=yes
[Service] [Service]
ExecStart=-/sbin/agetty -s %I @BAUDRATE@ vt102 ExecStart=-/sbin/agetty --keep-baud %I @BAUDRATE@ $TERM
Type=idle Type=idle
Restart=always Restart=always
RestartSec=0 RestartSec=0
@@ -30,7 +30,4 @@ TTYReset=yes
TTYVHangup=yes TTYVHangup=yes
KillMode=process KillMode=process
IgnoreSIGPIPE=no IgnoreSIGPIPE=no
SendSIGHUP=yes
# Some login implementations ignore SIGTERM, so we send SIGHUP
# instead, to ensure that login terminates cleanly.
KillSignal=SIGHUP