mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-19 12:23:03 +01:00
13 lines
226 B
Desktop File
13 lines
226 B
Desktop File
[Unit]
|
|
Description=Terminate OVOS splash boot Screen
|
|
After=mycroft-messagebus.service
|
|
After=mycroft-gui.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/psplash-write QUIT
|
|
TimeoutSec=20
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|