From 93980c5448f6b865108ab290b1d551e0bdc84bfb Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Thu, 13 Sep 2018 14:18:14 +0700 Subject: Revert "rcar-gen3: systemd: Do not save file descriptors when restarting Weston" This issue have not occurred since systemd version 239. This reverts commit 8b9882947cf6e9508eacdf543bd88a07d88f6598. Signed-off-by: Thuy Tran Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda Change-Id: If9d2cc31cf6dbdfd9a5837ab6017845cde73514d --- meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend b/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend index 99f8e7c..f414a2b 100644 --- a/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend +++ b/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend @@ -1,11 +1 @@ -require include/gles-control.inc - PACKAGECONFIG_remove = "timesyncd" - -# Avoid pushing opened device fds into PID1 by logind when restarting -do_install_append () { - if [ "X${USE_GLES}" = "X1" ]; then - sed -e 's/FileDescriptorStoreMax=512/FileDescriptorStoreMax=0/' \ - -i ${D}/lib/systemd/system/systemd-logind.service - fi -} -- cgit 1.2.3-korg