aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2024-04-04 19:00:27 +0200
committerKim Alvefur <zash@zash.se>2024-04-04 19:00:27 +0200
commit502b8d399839e23cafdba350ceab962950eaee24 (patch)
tree11b9257bb3d80bb64c992a515656629fe10b3db2 /CHANGES
parent221f86f77fc01e9c02c5c80ac8eb35222c036506 (diff)
downloadprosody-502b8d399839e23cafdba350ceab962950eaee24.tar.gz
prosody-502b8d399839e23cafdba350ceab962950eaee24.zip
util.startup: Support systemd Type=notify service type
This lets Prosody report its lifecycle status to systemd, so it knows when Prosody has completed its startup, when it's reloading and shutting down. Both Type=notify and Type=notify-reload is supported Example systemd .service configuration snippet: [Service] Type=notify
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4d85d331..95b636de 100644
--- a/CHANGES
+++ b/CHANGES
@@ -66,6 +66,7 @@ TRUNK
- Intervals of mod_cron managed periodic jobs made configurable
- When mod_smacks is enabled, s2s connections not responding to ack requests are closed.
- Arguments to `prosodyctl shell` that start with ':' are now turned into method calls
+- Support for Type=notify and notify-reload systemd service type added
## Removed