X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=debian%2Fud-replicate.cron.d;h=30823f170821aadc6ceb178b4fdde21c1618fbb4;hb=8336d589b93d805e4b294b5e41154b0759f49881;hp=323122982df9d11e8e4f93aeb0395e3519e6d4a4;hpb=2b578930a239d3a7d19c6b6947dee53b409422c7;p=mirror%2Fuserdir-ldap.git diff --git a/debian/ud-replicate.cron.d b/debian/ud-replicate.cron.d index 3231229..30823f1 100644 --- a/debian/ud-replicate.cron.d +++ b/debian/ud-replicate.cron.d @@ -1,2 +1,2 @@ -# crontab for the replicate operation, 15 min cycle. -10,25,40,55 * * * * root if [ -x /usr/bin/ud-replicate ]; then /usr/bin/ud-replicate; fi +# crontab for the fallback replicate operation, should be handled by the daemon +@weekly root if [ -x /usr/bin/ud-replicate ]; then /usr/bin/ud-replicate; fi