mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-13 09:44:32 +01:00
11 lines
167 B
SYSTEMD
11 lines
167 B
SYSTEMD
|
[Unit]
|
||
|
Description=Terminate OVOS splash boot Screen
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/psplash-write QUIT
|
||
|
TimeoutSec=20
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|