9 lines
No EOL
306 B
Markdown
9 lines
No EOL
306 B
Markdown
# 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 |