Skip to content

Don't install systemd units when session_tracking == 'libelogind'.

Currently users have to specify systemdsystemunitdir when using libelogind for session tracking.

That is because the build system currently only tests for enable_logind when deciding whther to install systemd units; this PR adds an additional test for session_tracking == 'libsystemd-login'.

Merge request reports