Comparison

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
comparison
equal deleted inserted replaced
13469:f9171624fd03 13471:afad3b2725bf
64 - Forwarded header from RFC 7239 supported, disabled by default 64 - Forwarded header from RFC 7239 supported, disabled by default
65 - mod_http_file_share now uses roles framework, affecting access from e.g. components 65 - mod_http_file_share now uses roles framework, affecting access from e.g. components
66 - Intervals of mod_cron managed periodic jobs made configurable 66 - Intervals of mod_cron managed periodic jobs made configurable
67 - When mod_smacks is enabled, s2s connections not responding to ack requests are closed. 67 - When mod_smacks is enabled, s2s connections not responding to ack requests are closed.
68 - Arguments to `prosodyctl shell` that start with ':' are now turned into method calls 68 - Arguments to `prosodyctl shell` that start with ':' are now turned into method calls
69 - Support for Type=notify and notify-reload systemd service type added
69 70
70 ## Removed 71 ## Removed
71 72
72 - Lua 5.1 support 73 - Lua 5.1 support
73 - XEP-0090 support removed from mod_time 74 - XEP-0090 support removed from mod_time