Software /
code /
prosody
Diff
CHANGES @ 13471:afad3b2725bf
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
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 04 Apr 2024 19:00:27 +0200 |
parent | 13426:581899aef96f |
child | 13486:fdd1438d9ef7 |
line wrap: on
line diff
--- a/CHANGES Thu Mar 28 15:39:59 2024 +0100 +++ b/CHANGES Thu Apr 04 19:00:27 2024 +0200 @@ -66,6 +66,7 @@ - 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