Loading
dbus-broker: avoid errors when reloading when /tmp got remounted
When reloading the dbus-broker service (e.g. when switching to a new generation), the reload fails when /tmp got remounted after the service had been started. Since the dbus-broker service starts early, and does not have default dependencies, this situation does occur in practice. This change makes sure that if there are mount units for /tmp, dbus-broker gets ordered after them. See also https://github.com/systemd/systemd/issues/28515