Re: ssh logout -> tmux killed
Reply #3 –
Hah, It looks like someone accidentally commented out that part of the PKGBUILD at some point.
build() {
local meson_options=(
-Drootlibdir=/usr/lib
-Drootlibexecdir=/usr/lib/elogind
-Ddbuspolicydir=/usr/share/dbus-1/system.d
-Ddocdir=/usr/share/doc/elogind
-Ddefault-hierarchy=hybrid
-Dcgroup-controller=openrc
# -Ddefault-kill-user-processes=false
)
arch-meson "$pkgbase-${pkgver}" build "${meson_options[@]}"
ninja -C build
}
I'm not sure if only setting the value in /etc/elogind/logind.conf will fix this, but regardless I agree with the sane default of disabling this "feature".