optimierungen_am_getty

This commit is contained in:
simono41 2018-07-08 02:19:44 +02:00
parent e5f3cb388f
commit c0411a1682

View file

@ -405,7 +405,7 @@ then
mkdir -p /etc/systemd/system/getty\@tty1.service.d mkdir -p /etc/systemd/system/getty\@tty1.service.d
echo "[Service]" > /etc/systemd/system/getty\@tty1.service.d/autologin.conf echo "[Service]" > /etc/systemd/system/getty\@tty1.service.d/autologin.conf
echo "ExecStart=" >> /etc/systemd/system/getty\@tty1.service.d/autologin.conf echo "ExecStart=" >> /etc/systemd/system/getty\@tty1.service.d/autologin.conf
echo "ExecStart=-/sbin/agetty --noclear -a "$username" %I 38400 linux" >> /etc/systemd/system/getty\@tty1.service.d/autologin.conf echo "ExecStart=-/sbin/agetty -a "$username" %I $TERM" >> /etc/systemd/system/getty\@tty1.service.d/autologin.conf
systemctl enable getty@tty1 systemctl enable getty@tty1
fi fi