mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
service: if a reload operation fails, don't shut down the service
This commit is contained in:
2
TODO
2
TODO
@@ -1,5 +1,3 @@
|
||||
* don't fail a service if reload fails
|
||||
|
||||
* reload PID file after reload, allow dynamically changing main PIDs
|
||||
|
||||
* Fix multiple reload statements
|
||||
|
||||
@@ -2650,7 +2650,7 @@ static void service_sigchld_event(Unit *u, pid_t pid, int code, int status) {
|
||||
if (success)
|
||||
service_enter_running(s, true);
|
||||
else
|
||||
service_enter_stop(s, false);
|
||||
service_enter_running(s, false);
|
||||
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user