Skip to content

Commit

Permalink
Allow dbus-broker to start early
Browse files Browse the repository at this point in the history
For HAOS device wipe feature we need haos-agent.service and
udisk2.service early. Both require a working D-Bus broker.
The options PrivateTmp and PrivateDevices add additional After=
orderings which doesn't allow dbus-broker to be started early.
  • Loading branch information
agners committed Aug 10, 2022
1 parent 3373069 commit d9df9a3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Service]
PrivateTmp=false
PrivateDevices=false

0 comments on commit d9df9a3

Please sign in to comment.