summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd-serialgetty
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-11-12 08:33:26 -0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-20 14:08:10 +0000
commit58bee16296da7d6a6a95e89121ac9ffdf07ca202 (patch)
treece9a4474c1a2e7fe216a984719b2f2ace41b0751 /meta/recipes-core/systemd/systemd-serialgetty
parent3a3e5abe45318f95cd8ee1a946082f686e48aaf0 (diff)
downloadpoky-58bee16296da7d6a6a95e89121ac9ffdf07ca202.tar.gz
systemd-serialgetty: Disable the carrier detect requirement for serial consoles
This aligns the params of getty with the ones used in Debian. From the getty(8) manpage: ,----[ getty(8) manpage ] | -L, --local-line | | Force the line to be a local line with no need for carrier | detect. This can be useful when you have a locally attached | terminal where the serial line does not set the carrier detect | signal. `---- Reported-by: Craig McQueen <craig.mcqueen@beamcommunications.com> (From OE-Core rev: d7f057341e5c007783f41247ee054f257a9f2f64) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> 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@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
index 6dd335c0bc..182167befe 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
+++ b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
@@ -21,7 +21,7 @@ IgnoreOnIsolate=yes
21 21
22[Service] 22[Service]
23Environment="TERM=xterm" 23Environment="TERM=xterm"
24ExecStart=-/sbin/agetty -8 --keep-baud %I @BAUDRATE@ $TERM 24ExecStart=-/sbin/agetty -8 -L --keep-baud %I @BAUDRATE@ $TERM
25Type=idle 25Type=idle
26Restart=always 26Restart=always
27RestartSec=0 27RestartSec=0