Little explain if you have logs all across the screen (#10)

This commit is contained in:
Nathan JANCZEWSKI 2017-10-11 06:37:13 +02:00 committed by Cylgom
parent 53d147c4e2
commit 603bd36ce6
1 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,14 @@ disable getty on Ly's tty to prevent "login" from spawning on top of it:
```
sudo systemctl disable getty@tty2.service
```
If messages from other services pops-up over the login prompt, you have to edit the service in order to run it last. In order to do this, simply edit the following file:
```
/usr/lib/systemd/system/ly.service
```
Just under the "After getty", add another one with your last-launching service. Example on my computer:
```
After=tlp.service
```
### Controls
Use the up and down arrow keys to change the current field, and the