1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Fix for the splash, pyaudio and OSM

This commit is contained in:
j1nx
2022-10-05 14:40:25 +02:00
parent b5987d78d5
commit e22fc71639
14 changed files with 53 additions and 67 deletions

View File

@@ -8,8 +8,7 @@ enable avahi-daemon.service
enable NetworkManager.service
enable getty@tty2.service
enable ovos-splash-start.service
enable ovos-splash-40.service
enable ovos-splash-60.service
enable ovos-splash-systemd.service
enable mycroft.service
enable mycroft-messagebus.service
enable mycroft-voice.service
@@ -30,3 +29,4 @@ disable snapserver.service
disable spotifyd.service
disable nodered.service
disable btspeaker.service
disable telnetd.service

View File

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

View File

@@ -1,11 +0,0 @@
[Unit]
Description=Update OVOS splash boot screen to 40%
Wants=NetworkManager.service
After=NetworkManager.service
DefaultDependencies=no
[Service]
ExecStart=-/usr/bin/psplash-write "PROGRESS 40"
[Install]
WantedBy=multi-user.target

View File

@@ -1,10 +0,0 @@
[Unit]
Description=Update OVOS splash boot screen to 60%
Before=mycroft-gui.service
DefaultDependencies=no
[Service]
ExecStart=-/usr/bin/psplash-write "PROGRESS 60"
[Install]
WantedBy=multi-user.target

View File

@@ -1,3 +0,0 @@
[Service]
ExecStartPost=-/bin/sleep 2
ExecStartPost=-/bin/psplash-write "PROGRESS 10"