Lines Matching defs:service
78 Service *service = NULL;
87 assert_se(tmp = strreplace(unit->id, ".path", ".service"));
92 service = SERVICE(service_unit);
95 /* We process events until the service related to the path has been successfully started */
96 while(service->result != SERVICE_SUCCESS || service->state != SERVICE_START) {
105 service_state_to_string(service->state),
106 service_result_to_string(service->result));
109 /* But we timeout if the service has not been started in the allocated time */
197 check_stop_unlink(m, unit, test_path, "path-mycustomunit.service");