Searched defs:unit_can_reload (Results 1 - 1 of 1) sorted by relevance
/systemd/src/core/ | ||
H A D | unit.c | 1594 if (!unit_can_reload(u)) 1617 bool unit_can_reload(Unit *u) { function 2124 return unit_can_reload(u); 2127 return unit_can_reload(u) && unit_can_start(u); |
Completed in 1875 milliseconds