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:
@@ -1,2 +1,2 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "PROGRESS 95"
|
||||
ExecStartPre=-/usr/bin/sudo /bin/psplash-write "PROGRESS 95"
|
||||
|
@@ -1,2 +1,2 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "PROGRESS 90"
|
||||
ExecStartPre=-/usr/bin/sudo /bin/psplash-write "PROGRESS 90"
|
||||
|
Reference in New Issue
Block a user