Always stop the splash screen when mycroft-gui kicks in
This commit is contained in:
parent
c45115845a
commit
1d32de57d5
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=Terminate Mycroft splash boot Screen
|
||||
After=mycroft-splash-start.service
|
||||
After=mycroft-messagebus.service
|
||||
After=mycroft-gui.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=Terminate OVOS splash boot Screen
|
||||
After=ovos-splash-start.service
|
||||
After=mycroft-messagebus.service
|
||||
After=mycroft-gui.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
|
Loading…
Reference in New Issue