Lines Matching defs:service
38 const char *service,
49 assert(service || exec);
51 if (!service) {
54 s = strjoin("dbus-", name, ".service", NULL);
110 service = s;
134 service);
152 _cleanup_free_ char *name = NULL, *exec = NULL, *user = NULL, *service = NULL;
158 { "D-BUS Service", "SystemdService", config_parse_string, 0, &service },
182 log_warning("Bus service name %s is not valid, ignoring.", name);
191 if (service) {
192 if (!unit_name_is_valid(service, UNIT_NAME_PLAIN|UNIT_NAME_INSTANCE)) {
193 log_warning("Unit name %s is not valid, ignoring.", service);
196 if (!endswith(service, ".service")) {
202 log_warning("Neither service name nor binary path specified, ignoring %s.", p);
212 return create_dbus_files(p, name, service, exec, user, type);
235 if (!endswith(de->d_name, ".service"))