12 lines
231 B
SYSTEMD
12 lines
231 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mycroft AI halt splash screen
|
||
|
DefaultDependencies=no
|
||
|
Before=halt.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=fbv -f -d 1 /opt/mycroft/splash/down.png > /dev/null 2>&1
|
||
|
Type=oneshot
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=halt.target poweroff.target
|