Update readme.md

This commit is contained in:
Cavernosa 2022-05-17 04:02:51 +00:00 committed by GitHub
parent f8fb6c7818
commit dafd57bba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -80,6 +80,25 @@ disable getty on Ly's tty to prevent "login" from spawning on top of it
sudo systemctl disable getty@tty2.service
```
### OpenRC
clone, compile and test (tty7 by default).
Install Ly and the provided openrc service
```
sudo make install-openrc
```
Enable the service
```
sudo rc-update add ly
```
You can edit the tty in which ly will start in the service script.
If you choose a tty that already has a login/getty running you have to disable the getty so it doesn't respawn on top of ly
```
sudo rc-update del agetty.tty1
```
## Configuration
You can find all the configuration in `/etc/ly/config.ini`.
The file is commented, and includes the default values.