aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend
blob: 99f8e7ccd9d3f020a01a14bd1171243ecb425624 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}