Skip to content

Instantly share code, notes, and snippets.

@NathanAdhitya
Created December 26, 2024 17:23
Show Gist options
  • Save NathanAdhitya/4c14d710ce7fc2b6c80bd9542c4fd706 to your computer and use it in GitHub Desktop.
Save NathanAdhitya/4c14d710ce7fc2b6c80bd9542c4fd706 to your computer and use it in GitHub Desktop.
Proxmox LXC Auto Login Quick Script (run in the terminal of your container)
SYSTEMD_EDITOR=tee systemctl edit [email protected]<<EOF
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 $TERM
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment