aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2013-06-03 14:28:29 +0200
committerLennart Poettering <lennart@poettering.net>2013-06-04 15:34:44 +0200
commit7c1b8f043ed3d23663549dd6084c5a4de51b8e28 (patch)
tree4b7340b2fb0b05db4f4f731318a0e12917ac184a /units/getty@.service.m4
parentbus-benchmark: lower loop time to 100ms by default, to ensure "make check" fi... (diff)
downloadsystemd-7c1b8f043ed3d23663549dd6084c5a4de51b8e28.tar.gz
systemd-7c1b8f043ed3d23663549dd6084c5a4de51b8e28.tar.bz2
systemd-7c1b8f043ed3d23663549dd6084c5a4de51b8e28.zip
units: cleanup agetty command line
* baud rate is optional and unnecessary for virtual terminals * term type is optional (default is 'linux' for virtual terminals and 'vt102' for serial lines) * long options are more user-friendly ... all this is supported since util-linux v2.20 (Aug 2011).
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r--units/getty@.service.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4
index 083eb9705..f32ca99ea 100644
--- a/units/getty@.service.m4
+++ b/units/getty@.service.m4
@@ -27,7 +27,7 @@ ConditionPathExists=/dev/tty0
[Service]
# the VT is cleared by TTYVTDisallocate
-ExecStart=-/sbin/agetty --noclear %I 38400 linux
+ExecStart=-/sbin/agetty --noclear %I
Type=idle
Restart=always
RestartSec=0