mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
network: set description to bus
This commit is contained in:
parent
0ddf50ffcb
commit
621e450980
@ -131,7 +131,7 @@ int manager_connect_bus(Manager *m) {
|
||||
if (m->bus)
|
||||
return 0;
|
||||
|
||||
r = bus_open_system_watch_bind(&m->bus);
|
||||
r = bus_open_system_watch_bind_with_description(&m->bus, "bus-api-network");
|
||||
if (r < 0)
|
||||
return log_error_errno(r, "Failed to connect to bus: %m");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user