remove getty, add colors, fix

This commit is contained in:
Gero Müller 2016-03-18 21:49:07 +01:00
parent 2c65d8d0c0
commit 76edaf4f67
1 changed files with 2 additions and 1 deletions

View File

@ -42,9 +42,10 @@ EOF
( exec ne /etc/ssmtp/* )
echo "Disable unneeded getty"
for i in {4..6} do
for i in {4..6} do;
systemctl stop getty@tty$i.service
systemctl disable getty@tty$i.service
done
}