1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-18 11:58:58 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-splash/mycroft-splash-start.service

15 lines
247 B
Desktop File

[Unit]
Description=Starts Mycroft splash boot screen
Wants=dev-dri-card0.device
After=dev-dri-card0.device
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/usr/bin/psplash
RemainAfterExit=yes
Restart=no
[Install]
WantedBy=sysinit.target