Tidy up runit section in readme

This commit is contained in:
Daniel Haarhoff 2022-08-26 08:08:51 +01:00
parent 785653d2c2
commit 66b9e2cdb0
1 changed files with 3 additions and 2 deletions

View File

@ -113,13 +113,14 @@ If you choose a tty that already has a login/getty running (has a basic login pr
### runit ### runit
```sh ```
# make $ make
# make install installrunit # make install installrunit
# ln -s /etc/sv/ly /var/service/ # ln -s /etc/sv/ly /var/service/
``` ```
Disable your existing display manager service if need be e.g.: Disable your existing display manager service if need be e.g.:
``` ```
# rm /var/service/lxdm # rm /var/service/lxdm
``` ```