Skip to content

manager: Fix configuration file parsing for session.slice drop-in

Benjamin Berg requested to merge benzea/fix-config-parsing into master

The code simply parsed the ActiveUser configuration. This was not intended, instead, the SessionSlice section should have been parsed with fallback to the ActiveUser configuration when no value is specified.

Fix this, also update the configuration file to fix the header and make it easier to understand.

Merge request reports