From d5827304528fd541b57ad6741c017bc78682f0df Mon Sep 17 00:00:00 2001 From: userbook Date: Wed, 31 Jan 2024 21:19:47 -0500 Subject: [PATCH] smaller documentation changes --- readme.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/readme.md b/readme.md index 6662025..53c39e1 100644 --- a/readme.md +++ b/readme.md @@ -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