Update README.md

This commit is contained in:
Thaddeus Hughes
2026-04-04 10:00:04 -05:00
parent acdcd89b57
commit f39f90977d

View File

@@ -167,15 +167,13 @@ To have the machine boot straight into LinuxCNC with no interaction:
Create a systemd override for tty1:
```bash
sudo systemctl edit getty@tty1
```
Add:
```ini
sudo mkdir -p /etc/systemd/system/getty@tty1.service.d
sudo tee /etc/systemd/system/getty@tty1.service.d/autologin.conf << 'EOF'
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin linuxcnc --noclear %I $TERM
EOF
sudo systemctl daemon-reload
```
### 2. Auto-start X11/dwm on login