mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 22:21:55 +03:00
parent
95adafc428
commit
9e4942ed5a
@ -476,7 +476,7 @@ static void path_enter_running(Path *p) {
|
||||
trigger = UNIT_TRIGGER(UNIT(p));
|
||||
if (!trigger) {
|
||||
log_unit_error(UNIT(p), "Unit to trigger vanished.");
|
||||
path_enter_dead(p, TIMER_FAILURE_RESOURCES);
|
||||
path_enter_dead(p, PATH_FAILURE_RESOURCES);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user