summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd-serialgetty
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-11 22:48:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-11 22:59:38 +0000
commitb70a10ca3ee4a0add90d387e2c8288e531aaa47c (patch)
tree025268b89cf3cc56c8c64f91314a26feb7744708 /meta/recipes-core/systemd/systemd-serialgetty
parent7b317cdd1d407942d992ad68c450fc7743ab09f4 (diff)
downloadpoky-b70a10ca3ee4a0add90d387e2c8288e531aaa47c.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/systemd/systemd-serialgetty')
-rw-r--r--meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
index 1c14dfea6a..46c15ed7e7 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
+++ b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
@@ -20,7 +20,7 @@ Before=getty.target
20IgnoreOnIsolate=yes 20IgnoreOnIsolate=yes
21 21
22[Service] 22[Service]
23ExecStart=-/sbin/agetty -s %I @BAUDRATE@ vt102 23ExecStart=-/sbin/agetty --keep-baud %I @BAUDRATE@ $TERM
24Type=idle 24Type=idle
25Restart=always 25Restart=always
26RestartSec=0 26RestartSec=0
@@ -30,7 +30,4 @@ TTYReset=yes
30TTYVHangup=yes 30TTYVHangup=yes
31KillMode=process 31KillMode=process
32IgnoreSIGPIPE=no 32IgnoreSIGPIPE=no
33 33SendSIGHUP=yes
34# Some login implementations ignore SIGTERM, so we send SIGHUP
35# instead, to ensure that login terminates cleanly.
36KillSignal=SIGHUP