mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: Fix splash screen to be reset when mycroft started
This commit is contained in:
@ -7,6 +7,7 @@ After=network-online.target
|
||||
User=mycroft
|
||||
WorkingDirectory=/home/mycroft
|
||||
Type=oneshot
|
||||
ExecStartPre=fbv -f -d 1 /opt/mycroft/splash/logo.png > /dev/null 2>&1
|
||||
ExecStartPre=/bin/bash -c 'while ! ping -q -c 1 -W 1 1.1.1.1 >/dev/null 2>&1; do sleep 1; done'
|
||||
ExecStart=/bin/true
|
||||
RemainAfterExit=yes
|
||||
|
Reference in New Issue
Block a user