Updated sytemd docs

This commit is contained in:
DeaDvey 2024-07-26 02:43:48 +00:00 committed by GitHub
parent 117593f5ec
commit 53da9b70f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,9 +75,12 @@ make # 👍
# Starting with SystemD # Starting with SystemD
Starting lidm with SystemD is not fully supported, however it will start on launch. Starting lidm with SystemD is not fully supported, however it will start on launch.
In the lidm directory run these commands: Firstly, edit the assets/li.service file to have the corrent path of the lidm binary.
eg:
```ExecStart=$HOME/git/lidm/lidm```
Then, in the lidm directory run these commands:
```sh ```sh
sudo cp li.service /etc/systemd/system sudo cp assets/li.service /etc/systemd/system
sudo systemdtl enable li sudo systemdtl enable li
``` ```
You may also want to disable your current Display Manager for instance: You may also want to disable your current Display Manager for instance: