Searched defs:service_load_pid_file (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dservice.c782 static int service_load_pid_file(Service *s, bool may_warn) { function
2408 r = service_load_pid_file(s, false);
2580 if (service_load_pid_file(s, false) == 0)
2754 r = service_load_pid_file(s, !has_start_post);
2776 r = service_load_pid_file(s, true);
2791 service_load_pid_file(s, true);

Completed in 20 milliseconds