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: Create a systemd override for tty1:
```bash ```bash
sudo systemctl edit getty@tty1 sudo mkdir -p /etc/systemd/system/getty@tty1.service.d
``` sudo tee /etc/systemd/system/getty@tty1.service.d/autologin.conf << 'EOF'
Add:
```ini
[Service] [Service]
ExecStart= ExecStart=
ExecStart=-/sbin/agetty --autologin linuxcnc --noclear %I $TERM ExecStart=-/sbin/agetty --autologin linuxcnc --noclear %I $TERM
EOF
sudo systemctl daemon-reload
``` ```
### 2. Auto-start X11/dwm on login ### 2. Auto-start X11/dwm on login