Little explain if you have logs all across the screen

This commit is contained in:
Nathan JANCZEWSKI 2017-10-10 23:47:25 +02:00
parent 53d147c4e2
commit d1dc64b319
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