mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: More changes for the splash screen.
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Preparing for first boot"
|
@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Setting up hostname"
|
@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Starting Mycroft A.I. audio service"
|
||||
ExecStartPre=-/bin/sleep 2
|
@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Starting Mycroft A.I. enclosure service"
|
||||
ExecStartPre=-/bin/sleep 2
|
@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Starting Mycroft A.I. messagebus service"
|
||||
ExecStartPre=-/bin/sleep 2
|
@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Starting Mycroft A.I. skills service"
|
||||
ExecStartPre=-/bin/sleep 2
|
@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Starting Mycroft A.I. voice service"
|
||||
ExecStartPre=-/bin/sleep 2
|
@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Starting Mycroft A.I. software stack"
|
||||
ExecStartPre=-/bin/sleep 2
|
@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Preparing system"
|
@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Preparing respeaker configuration"
|
@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --timeout=20
|
Reference in New Issue
Block a user