.luacov
author Kim Alvefur <zash@zash.se>
Thu, 04 Apr 2024 19:00:27 +0200
changeset 13475 afad3b2725bf
parent 9472 cd2f742e5826
permissions -rw-r--r--
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

exclude = {
	"^%./spec/";
}