mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-03 12:07:46 +01:00
13 lines
249 B
SYSTEMD
13 lines
249 B
SYSTEMD
|
[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
|