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:
parent
4bcd8f632f
commit
e73b5bbd00
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue