remove getty, add colors, fix
This commit is contained in:
parent
2c65d8d0c0
commit
76edaf4f67
@ -42,9 +42,10 @@ EOF
|
|||||||
( exec ne /etc/ssmtp/* )
|
( exec ne /etc/ssmtp/* )
|
||||||
|
|
||||||
echo "Disable unneeded getty"
|
echo "Disable unneeded getty"
|
||||||
for i in {4..6} do
|
for i in {4..6} do;
|
||||||
systemctl stop getty@tty$i.service
|
systemctl stop getty@tty$i.service
|
||||||
systemctl disable getty@tty$i.service
|
systemctl disable getty@tty$i.service
|
||||||
|
done
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user