Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nixos/stirling-pdf: daemon users do not have a dbus session
Before any invocation to LibreOffice ended up in trying to mkdir /run/user/<uid>/libreoffice-dbus. Since the user is not a logged one and the user not a lingering one, it always failed with a permission denied error. With this change, LibreOffice does execute and does not complain about missing /proc nor permission denied.
- Loading branch information