1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-06 14:25:31 +02:00

work in progress

This commit is contained in:
dbarzin 2022-06-30 10:32:30 +02:00
parent a30aa59b19
commit 540f912c62
3 changed files with 15 additions and 4 deletions

View file

@ -116,9 +116,14 @@ ExecStart=
ExecStart=-su - didier -c ./pandora-box/pandora-box.py
StandardInput=tty
StandardOutput=tty
Type=idle
https://wiki.archlinux.org/title/Getty#Automatic_login_to_virtual_console
Restert getty1
sudo systemctl daemon-reload; sudo systemctl restart getty@tty1.service
src: https://wiki.archlinux.org/title/Getty#Automatic_login_to_virtual_console
The option Type=idle found in the default getty@.service will delay the service startup until all jobs are completed in order to avoid polluting the login prompt with boot-up messages.