]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- cron for drupal
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 6 Jul 2005 15:45:35 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.cron -> 1.1

drupal.cron [new file with mode: 0644]

diff --git a/drupal.cron b/drupal.cron
new file mode 100644 (file)
index 0000000..26f5d10
--- /dev/null
@@ -0,0 +1,7 @@
+# cron for Drupal.
+# bounce messages back to root
+MAILTO=root
+
+0 * * * * http cd /usr/share/drupal && /usr/bin/php4 -q cron.php
+
+# vim:syn=crontab
This page took 0.036504 seconds and 4 git commands to generate.