SERVICE_DBUS      346 src/core/service.c         if (s->type == SERVICE_DBUS && !s->bus_name) {
SERVICE_DBUS      351 src/core/service.c         if (s->bus_name && s->type != SERVICE_DBUS)
SERVICE_DBUS      425 src/core/service.c                                 s->type = SERVICE_DBUS;
SERVICE_DBUS      777 src/core/service.c                     ((s->deserialized_state == SERVICE_START && IN_SET(s->type, SERVICE_FORKING, SERVICE_DBUS, SERVICE_ONESHOT, SERVICE_NOTIFY)) ||
SERVICE_DBUS     1281 src/core/service.c             (s->bus_name_good || s->type != SERVICE_DBUS)) {
SERVICE_DBUS     1377 src/core/service.c                           IN_SET(s->type, SERVICE_FORKING, SERVICE_DBUS, SERVICE_NOTIFY, SERVICE_ONESHOT) ? s->timeout_start_usec : 0,
SERVICE_DBUS     1403 src/core/service.c                    s->type == SERVICE_DBUS ||
SERVICE_DBUS     2711 src/core/service.c         if (s->type == SERVICE_DBUS) {
SERVICE_DBUS     2845 src/core/service.c         [SERVICE_DBUS] = "dbus",