smaller documentation changes

This commit is contained in:
userbook 2024-01-31 21:19:47 -05:00
parent 92c016a937
commit d582730452
1 changed files with 0 additions and 4 deletions

View File

@ -137,11 +137,9 @@ The agetty service for the tty console where you are running ly should be disabl
### s6
```
$ make
# make installs6
# vim (or nano) /etc/s6/config/tty2.conf
```
Set `SPAWN="no"`
Exit and save configuration file.
@ -151,11 +149,9 @@ Note: If ly is configured to run on another tty other than tty2, change the resp
The makefile should add and enable ly by default, but here are the steps to enable the service manually.
```
# s6-service add default ly-srv
# s6-db-reload
# s6-rc -u change ly-srv
```
## Arch Linux Installation