mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
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:
20
readme.md
20
readme.md
@@ -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:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user