diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-02-11 22:51:03 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-02-11 22:51:03 -0500 |
commit | 62de6d916349c8667133d43eef81a506fd969dee (patch) | |
tree | f8f5ee8c84da8ba8eca3f14355fe78b85f5a9baa /files | |
parent | 7047f830acfe84e840403e69df161b9d51aca673 (diff) | |
parent | 4c7a1a2865fb24271c0fae1d2c079b929dd90150 (diff) | |
download | infrastructure-62de6d916349c8667133d43eef81a506fd969dee.tar.gz |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/cron.d/prosody.xmpp_server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/cron.d/prosody.xmpp_server b/files/etc/cron.d/prosody.xmpp_server index 35329d5..76ac173 100644 --- a/files/etc/cron.d/prosody.xmpp_server +++ b/files/etc/cron.d/prosody.xmpp_server @@ -1,3 +1,3 @@ MAILTO=root 0 0 * * * ${prosody_local_user} /usr/local/libexec/prosody-acme-proxy -q ${prosody_username}@${prosody_acme_host} ${prosody_domains} -0 0 * * * ${prosody_local_user} /usr/local/libexec/prosody-update-roster ${prosody_access_role} ${prosody_roster_path} +0 0 * * * ${prosody_local_user} /usr/local/libexec/prosody-update-roster ${prosody_access_role} ${prosody_roster_path} > /dev/null |