From 5e9043f07d2ed74ff9c207465a2a39ce0c1f2b82 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Wed, 26 May 2021 14:56:48 +0200 Subject: [PATCH] bcm2835-driver: remove unbind-console.service This is no longer used since legacy GL support was dropped in commit 26bef6c86a38eb5668a6fc437b551daeae7ac1a9 Signed-off-by: Matthias Reichl --- .../bcm2835-driver/system.d/unbind-console.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 packages/graphics/bcm2835-driver/system.d/unbind-console.service 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