Change cron job to weekly
authorStephen Gran <steve@lobefin.net>
Sat, 25 Jan 2014 14:35:43 +0000 (14:35 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 25 Jan 2014 14:35:43 +0000 (14:35 +0000)
debian/changelog
debian/ud-replicate.cron.d

index ea9116e..4eba610 100644 (file)
@@ -2,6 +2,7 @@ userdir-ldap (0.3.82) UNRELEASED; urgency=low
 
   [ Stephen Gran ]
   * KFreeBSD uses a different syslog socket just because
+  * Change cron job to weekly
 
   [ Peter Palfrader ]
   * sigcheck: Import userdir_ldap so CheckLDAP() can find connectLDAP().
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