mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-31 02:18:00 +02:00
Updated sytemd docs
This commit is contained in:
@@ -75,9 +75,12 @@ make # 👍
|
||||
|
||||
# Starting with SystemD
|
||||
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
|
||||
sudo cp li.service /etc/systemd/system
|
||||
sudo cp assets/li.service /etc/systemd/system
|
||||
sudo systemdtl enable li
|
||||
```
|
||||
You may also want to disable your current Display Manager for instance:
|
||||
|
Reference in New Issue
Block a user