Open GrantCuster opened 2 months ago
not really for this setup but related
good guide https://ostechnix.com/ubuntu-automatic-login/
setting conf just for tty1 as shown worked for me
to auto start tmux add
if [ -z "$TMUX" ]; then tmux attach-session -t mux || tmux new-session -s mux fi
not really for this setup but related
good guide https://ostechnix.com/ubuntu-automatic-login/
setting conf just for tty1 as shown worked for me