MycroftOS: Changes and fixes to systemd / splash system.

This commit is contained in:
j1nx 2020-07-27 15:28:56 +02:00
parent 45310854a8
commit 46869eb0ed
4 changed files with 4 additions and 9 deletions

View File

@ -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]

View File

@ -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]

View File

@ -1,2 +0,0 @@
[Service]
ExecStartPre=-/bin/psplash-write "PROGRESS 30"

View File

@ -1,3 +0,0 @@
[Service]
ExecStart=
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --timeout=20