MycroftOS: Fix splash screen to be reset when mycroft started

This commit is contained in:
Peter Steenbergen 2019-12-22 12:48:16 +01:00
parent 2923aa5be2
commit 2540e70dca
1 changed files with 1 additions and 0 deletions

View File

@ -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