Change cron job to weekly
[mirror/userdir-ldap.git] / debian / ud-replicate.cron.d
index 3231229..30823f1 100644 (file)
@@ -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