Skip to content

Commit 7db0b14

Browse files
authored
Merge pull request #848 from oidq/fix/systemd-reload
fix(systemd): report READY=1 after reload
2 parents e42741c + 6200c51 commit 7db0b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maddy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ func moduleReload(oldContainer *container.C, configPath string, asyncStopWg *syn
521521
newContainer.DefaultLogger.Error("failed to close old server log", err)
522522
}
523523

524-
systemdStatus(SDReloading, "Configuration running.")
524+
systemdStatus(SDReady, "Configuration running.")
525525
}()
526526

527527
return newContainer

0 commit comments

Comments
 (0)