Avoid spurious warnings when dbus.service stops

wireplumber.service generates the following when dbus.service
stops before it (e.g. when the user logs out):

    m-dbus-connection: <WpDBusConnection:0x556b3c561680> DBus connection closed: Underlying GIOStream returned 0 bytes on an async read
    m-dbus-connection: <WpDBusConnection:0x556b3c561680> Trying to reconnect after core sync

Stop the service before dbus.service exits, to avoid these messages.
This commit is contained in:
Andrew Sayers 2025-03-21 17:40:05 +00:00
parent ce4f9b08a9
commit 1eed9669f1
No known key found for this signature in database
GPG key ID: D44E183E68ABF38D

View file

@ -1,6 +1,6 @@
[Unit]
Description=Multimedia Service Session Manager
After=pipewire.service
After=pipewire.service dbus.service
BindsTo=pipewire.service
Conflicts=pipewire-media-session.service