mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
dbb3624147
This makes screen/tmux/etc work as intended Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7 lines
189 B
Plaintext
7 lines
189 B
Plaintext
PRINC := "${@int(PRINC) + 1}"
|
|
|
|
# Register with logind to make screen/tmux/etc work
|
|
do_install_append() {
|
|
echo "session required pam_systemd.so" >> ${D}${sysconfdir}/pam.d/common-session
|
|
}
|