306 B
306 B
systemd Services
Service doesn't start on boot
Symptom: works after systemctl restart <service> but not after reboot
Diagnose: systemctl is-enabled <service>
Result: disabled = never told to autostart
Fix: sudo systemctl enable <service>
Example: bluetooth on EndeavourOS