mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: Changes and fixes to systemd / splash system.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Update Mycroft splash boot screen to 40%
|
Description=Update Mycroft splash boot screen to 40%
|
||||||
Wants=systemd-networkd.service
|
Wants=NetworkManager.service
|
||||||
After=systemd-networkd.service
|
After=NetworkManager.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Update Mycroft splash boot screen to 60%
|
Description=Update Mycroft splash boot screen to 60%
|
||||||
Wants=systemd-networkd-wait-online.service
|
Wants=NetworkManager-wait-online.service
|
||||||
After=systemd-networkd-wait-online.service
|
After=NetworkManager-wait-online.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
[Service]
|
|
||||||
ExecStartPre=-/bin/psplash-write "PROGRESS 30"
|
|
@@ -1,3 +0,0 @@
|
|||||||
[Service]
|
|
||||||
ExecStart=
|
|
||||||
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --timeout=20
|
|
Reference in New Issue
Block a user