mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
No more console on TTY1 for cosmetics
As we now run our services as user service and enabled linger for the default mycroft user we do not need any CLI on tty1 which prevents linux messages being shown.
This commit is contained in:
@@ -10,6 +10,7 @@ enable getty@tty1.service
|
||||
enable ovos-splash-start.service
|
||||
enable ovos-splash-systemd.service
|
||||
|
||||
disable getty@.service
|
||||
disable ovos-splash-quit.service
|
||||
disable mosquitto.service
|
||||
disable motion.service
|
||||
|
@@ -1,4 +0,0 @@
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=
|
||||
ExecStart=-/usr/sbin/agetty --autologin mycroft --noclear %I $TERM
|
Reference in New Issue
Block a user