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