aboutsummaryrefslogtreecommitdiff
path: root/www/campsite/files/crontab.in.in
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-19 20:48:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-19 20:48:03 +0000
commit6b36b7e80e49fa5e0fb3f7808388ee130f6ba7c8 (patch)
treea13b4e07320e47ff13900112ca1dd8d21095dab7 /www/campsite/files/crontab.in.in
parent4ebb4aa862223ef3fc3e6f8ba66769af44b61743 (diff)
downloadports-6b36b7e80e49fa5e0fb3f7808388ee130f6ba7c8.tar.gz
ports-6b36b7e80e49fa5e0fb3f7808388ee130f6ba7c8.zip
Notes
Diffstat (limited to 'www/campsite/files/crontab.in.in')
-rw-r--r--www/campsite/files/crontab.in.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/campsite/files/crontab.in.in b/www/campsite/files/crontab.in.in
new file mode 100644
index 000000000000..4c260a39ebe9
--- /dev/null
+++ b/www/campsite/files/crontab.in.in
@@ -0,0 +1,14 @@
+
+#Campsite job sending expiration message to subscribers
+0 */8 * * * %%PREFIX%%/campsite/bin/notifyendsubs
+
+# Campsite job takes care about notifying editors/authors about changes
+# of their articles
+*/2 * * * * %%PREFIX%%/campsite/bin/notifyevents
+
+# Campsite job indexing database of articles.
+# it is used for both, search in site and in admin interface
+0 */4 * * * %%PREFIX%%/campsite/bin/gather
+
+# Campsite job takes care about scheduled publishing of articles
+* * * * * %%PREFIX%%/campsite/bin/autopublish