We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94afe1d + e059302 commit 1a0e749Copy full SHA for 1a0e749
xcache/cron.d/fix_certs.cron
@@ -0,0 +1,4 @@
1
+# Cron job running by default once daily at noon,
2
+# copies active cert and key to correct location and fixes permissions
3
+
4
+0 12 * * * root /usr/local/sbin/fix_certs.sh
xcache/cron.d/xcache-reporter.cron
@@ -1,2 +1,2 @@
# OSG monitoring cron that respects the opt-out XRootD configuration
-*/5 * * * * * root [ -n "$DISABLE_OSG_MONITORING" ] || /usr/libexec/xcache/xcache-reporter --one-shot
+*/5 * * * * root [ -n "$DISABLE_OSG_MONITORING" ] || /usr/libexec/xcache/xcache-reporter --one-shot
0 commit comments