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

MycroftOS: GUI: Changes/fixes to the splash update.

As the mycroft services run as the mycroft user the splash updates
need to be done via sudo/root.
This commit is contained in:
j1nx
2020-05-17 17:34:03 +02:00
parent 4bcd8f632f
commit e73b5bbd00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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