Searched refs:reload (Results 1 - 7 of 7) sorted by relevance
/systemd/test/TEST-06-SELINUX/ |
H A D | test-selinux-checks.sh | 9 runcon -t systemd_test_reload_t systemctl reload hola
|
/systemd/test/TEST-07-ISSUE-1981/ |
H A D | test-segfault.sh | 31 systemctl daemon-reload
|
/systemd/src/sysv-generator/ |
H A D | sysv-generator.c | 87 bool reload; member in struct:SysvStub 224 if (s->reload) 225 fprintf(f, "ExecReload=%s reload\n", s->path); 241 return (strcasestr(line, "{reload|") || 242 strcasestr(line, "{reload}") || 243 strcasestr(line, "{reload\"") || 244 strcasestr(line, "|reload|") || 245 strcasestr(line, "|reload}") || 246 strcasestr(line, "|reload\"")); 485 * the reload operatio [all...] |
/systemd/src/core/ |
H A D | unit.h | 316 int (*reload)(Unit *u); member in struct:UnitVTable
|
H A D | mount.c | 1043 unit_serialize_item(u, f, "reload-result", mount_result_to_string(m->reload_result)); 1078 } else if (streq(key, "reload-result")) { 1083 log_unit_debug(u, "Failed to parse reload result value: %s", value); 1830 .reload = mount_reload,
|
H A D | unit.c | 572 /* After a reload it might happen that a unit is not correctly 1608 log_unit_debug(u, "Redirecting reload request from %s to %s.", u->id, following->id); 1614 return UNIT_VTABLE(u)->reload(u); 1620 if (!UNIT_VTABLE(u)->reload)
|
H A D | service.c | 1900 log_unit_warning_errno(UNIT(s), r, "Failed to run 'reload' task: %m"); 2094 unit_serialize_item(u, f, "reload-result", service_result_to_string(s->reload_result)); 2191 } else if (streq(key, "reload-result")) { 2196 log_unit_debug(u, "Failed to parse reload result value: %s", value); 2737 /* Maybe spurious event due to a reload that changed the type? */ 2868 log_unit_warning(UNIT(s), "Reload operation timed out. Killing reload process."); 3132 /* Track the current owner, so we can reconstruct changes after a daemon reload */ 3322 .reload = service_reload,
|
Completed in 1790 milliseconds