Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BoredHackerBlog/cbc864553c5cb9c558925fa44fa2b515 to your computer and use it in GitHub Desktop.
Save BoredHackerBlog/cbc864553c5cb9c558925fa44fa2b515 to your computer and use it in GitHub Desktop.
proxmox LXC ubuntu/debian autologin
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