docs,makefile: put conventional systemd service path (#94)

`/etc/systemd` -> `/usr/local/lib/systemd`
This commit is contained in:
Martin Bogdanov
2026-01-16 00:52:46 +02:00
committed by GitHub
parent a7a1f42f0a
commit 4eca2b056f
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ The manual steps for installation are:
## Systemd
- Copy `systemd.service` to `/etc/systemd/system/lidm.service`
- Copy `systemd.service` to `/usr/local/lib/systemd/system/lidm.service` (if the directory doesn't exist, create it first)
- To enable it you can run `systemctl enable lidm`
## Dinit