1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-22 15:00:55 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-splash/mycroft-splash-quit.service

13 lines
229 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Terminate Mycroft 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