diff --git a/packages/graphics/bcm2835-driver/system.d/unbind-console.service b/packages/graphics/bcm2835-driver/system.d/unbind-console.service deleted file mode 100644 index 544f1b50f6..0000000000 --- a/packages/graphics/bcm2835-driver/system.d/unbind-console.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=unbind Framebuffer console - -ConditionPathExists=/sys/class/vtconsole/vtcon1/bind - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=/bin/sh -c 'echo 0 > /sys/class/vtconsole/vtcon1/bind' - -[Install] -WantedBy=graphical.target