Created
January 5, 2025 17:22
-
-
Save BoredHackerBlog/cbc864553c5cb9c558925fa44fa2b515 to your computer and use it in GitHub Desktop.
proxmox LXC ubuntu/debian autologin
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
https://forum.proxmox.com/threads/is-it-possible-to-have-containers-auto-login-on-the-web-gui-like-the-node.62097/#post-391377 | |
Command: | |
``` | |
systemctl edit [email protected] | |
``` | |
File content: | |
``` | |
[Service] | |
ExecStart= | |
ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 $TERM | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment