mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-06 13:33:36 +01:00
MycroftOS: Changes and fixes to systemd / splash system.
This commit is contained in:
parent
45310854a8
commit
46869eb0ed
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Update Mycroft splash boot screen to 40%
|
||||
Wants=systemd-networkd.service
|
||||
After=systemd-networkd.service
|
||||
Wants=NetworkManager.service
|
||||
After=NetworkManager.service
|
||||
DefaultDependencies=no
|
||||
|
||||
[Service]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Update Mycroft splash boot screen to 60%
|
||||
Wants=systemd-networkd-wait-online.service
|
||||
After=systemd-networkd-wait-online.service
|
||||
Wants=NetworkManager-wait-online.service
|
||||
After=NetworkManager-wait-online.service
|
||||
DefaultDependencies=no
|
||||
|
||||
[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