Created
December 26, 2024 17:23
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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