summaryrefslogtreecommitdiff
path: root/www/campsite/files/crontab.in.in
blob: 4c260a39ebe98680f539f5334074ad419aad38bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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