1
1
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:
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] [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]

View File

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

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