summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd-serialgetty
diff options
context:
space:
mode:
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