1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-16 19:08:43 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-splash/mycroft-splash-quit.service

13 lines
238 B
Desktop File

[Unit]
Description=Terminate Mycroft splash boot Screen
After=mycroft-splash-start.service
After=mycroft-messagebus.service
[Service]
Type=oneshot
ExecStart=/usr/bin/psplash-write QUIT
TimeoutSec=20
[Install]
WantedBy=multi-user.target