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

@ -13,7 +13,6 @@ enable seeed-voicecard.service
enable mycroft-splash-start.service
enable mycroft-splash-40.service
enable mycroft-splash-60.service
enable mycroft-splash-quit.service
enable mycroft.service
enable mycroft-messagebus.service
enable mycroft-voice.service
@ -21,6 +20,7 @@ enable mycroft-audio.service
enable mycroft-skills.service
enable mycroft-enclosure.service
disable mycroft-splash-quit.service
disable getty@.service
disable mosquitto.service
disable motion.service

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"