Skip to content

Commit 1a0e749

Browse files
authored
Merge pull request #103 from mwestphall/SOFTWARE-5477-pass-cert-updates-to-container
SOFTWARE-5477: add new cron file to periodically run fix_certs.sh
2 parents 94afe1d + e059302 commit 1a0e749

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

xcache/cron.d/fix_certs.cron

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# OSG monitoring cron that respects the opt-out XRootD configuration
2-
*/5 * * * * * root [ -n "$DISABLE_OSG_MONITORING" ] || /usr/libexec/xcache/xcache-reporter --one-shot
2+
*/5 * * * * root [ -n "$DISABLE_OSG_MONITORING" ] || /usr/libexec/xcache/xcache-reporter --one-shot

0 commit comments

Comments
 (0)