aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/libexec/prosody-update-roster.xmpp_server
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-02-11 22:50:49 -0500
committerCullum Smith <cullum@sacredheartsc.com>2025-02-11 22:50:49 -0500
commit7047f830acfe84e840403e69df161b9d51aca673 (patch)
treee444273e3412e677c74958468f274ed51f1aea4e /files/usr/local/libexec/prosody-update-roster.xmpp_server
parent21e42dd2db8d987dbd08a3254ff0719d577c005e (diff)
downloadinfrastructure-7047f830acfe84e840403e69df161b9d51aca673.tar.gz
fixes for kde6 upgrade
Diffstat (limited to 'files/usr/local/libexec/prosody-update-roster.xmpp_server')
-rw-r--r--files/usr/local/libexec/prosody-update-roster.xmpp_server2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/usr/local/libexec/prosody-update-roster.xmpp_server b/files/usr/local/libexec/prosody-update-roster.xmpp_server
index 84c0c6e..68ffded 100644
--- a/files/usr/local/libexec/prosody-update-roster.xmpp_server
+++ b/files/usr/local/libexec/prosody-update-roster.xmpp_server
@@ -46,4 +46,4 @@ foreach my $entry ($search->entries) {
}
close $fh;
-system('prosodyctl reload');
+system('service prosody reload');