MycroftOS: Fix splash screen to be reset when mycroft started
This commit is contained in:
parent
2923aa5be2
commit
2540e70dca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue