Remove tty6 autologin from Moria

Kodi will be used on a separate box from now on
This commit is contained in:
Marko Korhonen 2023-04-21 18:08:48 +03:00
parent c15ec5ec3e
commit ed15c8fcb7
2 changed files with 0 additions and 11 deletions

View file

@ -1,6 +0,0 @@
if [[ -z $DISPLAY && $XDG_VTNR -eq 6 ]]; then
systemctl --user mask pipewire.service pipewire-pulse.service
systemctl --user stop pipewire.service pipewire-pulse.service
kodi --standalone
systemctl --user unmask pipewire.service pipewire-pulse.service
fi