mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-11 17:30:46 +01:00
MycroftOS: Changes and fixes to systemd / splash system.
This commit is contained in:
parent
45310854a8
commit
46869eb0ed
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user