mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 06:15:03 +02:00
Updated sytemd docs
This commit is contained in:
parent
117593f5ec
commit
53da9b70f7
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user