We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7955511 commit 1989dd7Copy full SHA for 1989dd7
1 file changed
chat/prosody/files/prosody.sh
@@ -1,6 +1,6 @@
1
#!@RCD_SCRIPTS_SHELL@
2
#
3
-# $NetBSD: prosody.sh,v 1.8 2025/11/05 09:17:44 sborrill Exp $
+# $NetBSD: prosody.sh,v 1.9 2025/11/25 15:53:15 sborrill Exp $
4
5
# PROVIDE: prosody
6
# REQUIRE: DAEMON
@@ -35,7 +35,9 @@ prosody_precmd()
35
prosody_postcmd()
36
{
37
# Fix for failed socket clean-up which stops
38
- # prosodyctl working after a restart
+ # prosodyctl working after a restart. This is caused
39
+ # by a potential build-time configuration error with
40
+ # lua-socket.
41
if test -S "@PROSODY_RUN@/${name}.soc"; then
42
rm -f "@PROSODY_RUN@/${name}.soc"
43
fi
0 commit comments