Skip to content

daemon: ensure cache files for system users are processed

Ray Strode requested to merge ensure-root-reads-cache-file into master

At the moment we skip cache files for system users. That doesn't make much sense; if there's a cache file we should be using it.

This commit changes the code to read cache files, even for system users, and so lets root have a non-default session.

Closes: #65 (closed)

Merge request reports