mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
@@ -2441,11 +2441,9 @@ static void service_enter_start(Service *s) {
|
||||
return service_set_state(s, SERVICE_START);
|
||||
|
||||
default:
|
||||
;
|
||||
assert_not_reached();
|
||||
}
|
||||
|
||||
assert_not_reached();
|
||||
|
||||
fail:
|
||||
service_enter_signal(s, SERVICE_STOP_SIGTERM, SERVICE_FAILURE_RESOURCES);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user