mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: More changes to the splash system
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Starting Mycroft A.I. audio service"
|
||||
ExecStartPre=-/bin/sleep 2
|
@@ -1,3 +1,3 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Starting Mycroft A.I. enclosure service"
|
||||
ExecStartPre=-/bin/sleep 2
|
||||
ExecStartPre=-/bin/psplash-write "PROGRESS 100"
|
||||
ExecStartPost=-/bin/psplash-write QUIT
|
||||
|
@@ -1,3 +1,2 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Starting Mycroft A.I. messagebus service"
|
||||
ExecStartPre=-/bin/sleep 2
|
||||
ExecStartPre=-/bin/psplash-write "PROGRESS 90"
|
||||
|
@@ -1,3 +0,0 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Starting Mycroft A.I. skills service"
|
||||
ExecStartPre=-/bin/sleep 2
|
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Update Mycroft splash boot screen to 40%
|
||||
Wants=systemd-networkd.service
|
||||
After=systemd-networkd.service
|
||||
DefaultDependencies=no
|
||||
|
||||
[Service]
|
||||
ExecStart=-/usr/bin/psplash-write "PROGRESS 40"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Update Mycroft splash boot screen to 60%
|
||||
Wants=systemd-networkd-wait-online.service
|
||||
After=systemd-networkd-wait-online.service
|
||||
DefaultDependencies=no
|
||||
|
||||
[Service]
|
||||
ExecStart=-/usr/bin/psplash-write "PROGRESS 60"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStartPost=-/bin/sleep 2
|
||||
ExecStartPost=-/bin/psplash-write "PROGRESS 10"
|
@@ -1,3 +0,0 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Starting Mycroft A.I. voice service"
|
||||
ExecStartPre=-/bin/sleep 2
|
@@ -1,3 +1,2 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Starting Mycroft A.I. software stack"
|
||||
ExecStartPre=-/bin/sleep 2
|
||||
ExecStartPre=-/bin/psplash-write "PROGRESS 80"
|
||||
|
@@ -1,2 +0,0 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Preparing system"
|
Reference in New Issue
Block a user