Files
LibreELEC.tv/packages/graphics/bcm2835-driver/system.d/unbind-console.service
Stephan Raue 0ec749f19f bcm2835-driver: rework systemd service files
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-17 16:07:04 +02:00

12 lines
226 B
Desktop File

[Unit]
Description=unbind Framebuffer console
ConditionPathExists=/sys/class/vtconsole/vtcon1/bind
[Service]
Type=oneshot
ExecStart=/bin/sh -c 'echo 0 > /sys/class/vtconsole/vtcon1/bind'
[Install]
WantedBy=graphical.target