1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-08 07:28:11 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-splash/off-splashscreen.service
2019-02-05 12:27:37 +01:00

13 lines
249 B
Desktop File

[Unit]
Description=Mycroft AI safe power off splash screen
DefaultDependencies=no
After=umount.target
Before=final.target
[Service]
ExecStart=fbv -f -d 1 /opt/mycroft/splash/off.png > /dev/null 2>&1
Type=oneshot
[Install]
WantedBy=shutdown.target