Commit a0692d3b authored by oxalica's avatar oxalica Committed by Peter Hoeg
Browse files

systembus-notify: fix dbus connection failure

Fixes #260694
parent cbd5dc67
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@ let
      Type = "exec";
      ExecStart = "@out@/bin/systembus-notify";
      PrivateTmp = true;
      ProtectHome = true;
      # NB. We cannot `ProtectHome`, or it would block session dbus access.
      InaccessiblePaths = "/home";
      ReadOnlyPaths = "/run/user";
      ProtectSystem = "strict";
      Restart = "on-failure";
      Slice = "background.slice";