16 lines
310 B
Desktop File
16 lines
310 B
Desktop File
[Unit]
|
|
Description=Turn off HDMI at powerdown
|
|
DefaultDependencies=no
|
|
Before=umount.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh -c ' \
|
|
killall xinit \
|
|
&& plymouth change-mode --shutdown show-splash \
|
|
&& sleep 10s \
|
|
&& /usr/bin/vcgencmd display_power 0 '
|
|
|
|
[Install]
|
|
WantedBy=poweroff.target
|