Make it easy to install ly on runit systems e.g. void (#431)

* Make it easy to install ly on runit systems e.g. void

* Tidy up runit section in readme

Co-authored-by: Daniel Haarhoff <daniel@rknt.de>
This commit is contained in:
Daniel Haarhoff
2022-08-28 11:53:58 +01:00
committed by GitHub
parent 99edd83429
commit 5db09ce104
5 changed files with 57 additions and 0 deletions

View File

@@ -111,6 +111,26 @@ If you choose a tty that already has a login/getty running (has a basic login pr
# rc-update del agetty.tty2
```
### runit
```
$ make
# make install installrunit
# ln -s /etc/sv/ly /var/service/
```
Disable your existing display manager service if need be e.g.:
```
# rm /var/service/lxdm
```
If you are running on `tty2` (check your `/etc/ly/config.ini`) you can disable e.g. `agetty` running there:
```
# rm /var/service/agetty-tty2
```
## Arch Linux Installation
You can install ly from the [AUR](https://aur.archlinux.org/packages/ly), using yay for example:
```