From 74885481d8f311ab3875b6601153132552b41d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 19 Jan 2021 23:09:49 +0200 Subject: [PATCH] cmstart.sh: exec xcompmgr (#149) This will release resources used by /bin/sh process --- usr/lib/raspi-config/cmstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/raspi-config/cmstart.sh b/usr/lib/raspi-config/cmstart.sh index 19ab3db..94549c7 100755 --- a/usr/lib/raspi-config/cmstart.sh +++ b/usr/lib/raspi-config/cmstart.sh @@ -1,4 +1,4 @@ #!/bin/sh if grep -q okay /proc/device-tree/soc/v3d@7ec00000/status 2> /dev/null || grep -q okay /proc/device-tree/soc/firmwarekms@7e600000/status 2> /dev/null ; then - xcompmgr -aR + exec xcompmgr -aR fi