mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
core/service: restore spuriously changed comment
Not sure why dfdeb0b1cb
touched it at all.
This commit is contained in:
@@ -4835,7 +4835,7 @@ static void service_notify_message(
|
||||
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
|
||||
|
||||
/* Propagate a reload explicitly for plain RELOADING=1 (semantically equivalent to
|
||||
* service_enter_reload_mounting() call in below) */
|
||||
* service_enter_reload_by_notify() call in below) */
|
||||
r = manager_propagate_reload(UNIT(s)->manager, UNIT(s), JOB_FAIL, &error);
|
||||
if (r < 0)
|
||||
log_unit_warning(UNIT(s), "Failed to schedule propagation of reload, ignoring: %s",
|
||||
|
||||
Reference in New Issue
Block a user