mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
15 lines
238 B
Desktop File
15 lines
238 B
Desktop File
[Unit]
|
|
Description=YunoHost boot prompt
|
|
After=getty@tty2.service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/yunoprompt
|
|
StandardInput=tty
|
|
TTYPath=/dev/tty2
|
|
TTYReset=yes
|
|
TTYVHangup=yes
|
|
|
|
[Install]
|
|
WantedBy=default.target
|