diff --git a/buildroot-external/package/mycroft-splash/mycroft-splash-quit.service b/buildroot-external/package/mycroft-splash/mycroft-splash-quit.service index 6210860a..65fc6d3d 100644 --- a/buildroot-external/package/mycroft-splash/mycroft-splash-quit.service +++ b/buildroot-external/package/mycroft-splash/mycroft-splash-quit.service @@ -1,6 +1,7 @@ [Unit] Description=Terminate Mycroft splash boot Screen After=mycroft-splash-start.service +After=mycroft-messagebus.service [Service] Type=oneshot diff --git a/buildroot-external/rootfs-overlay/usr/lib/systemd/system-preset/10-mycroftos.preset b/buildroot-external/rootfs-overlay/usr/lib/systemd/system-preset/10-mycroftos.preset index 73723f36..3e8688b5 100644 --- a/buildroot-external/rootfs-overlay/usr/lib/systemd/system-preset/10-mycroftos.preset +++ b/buildroot-external/rootfs-overlay/usr/lib/systemd/system-preset/10-mycroftos.preset @@ -13,6 +13,7 @@ enable seeed-voicecard.service enable mycroft-splash-start.service enable mycroft-splash-40.service enable mycroft-splash-60.service +enable mycroft-splash-quit.service enable mycroft.service enable mycroft-messagebus.service enable mycroft-voice.service @@ -28,5 +29,4 @@ disable shairport-sync.service disable snapclient.service disable snapserver.service disable spotifyd.service -disable mycroft-splash-quit.service