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).
This commit is contained in:
Karel Zak 2013-06-03 14:28:29 +02:00 committed by Lennart Poettering
parent 59967d30e5
commit 7c1b8f043e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -22,7 +22,7 @@ Before=getty.target
IgnoreOnIsolate=yes
[Service]
ExecStart=-/sbin/agetty -s %I 115200,38400,9600 vt102
ExecStart=-/sbin/agetty --keep-baud %I 115200,38400,9600
Type=idle
Restart=always
RestartSec=0