1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/www/campsite/files/crontab.in.in
Pav Lucistnik 0dd0565071 - Update to 2.5.0
PR:		ports/95078
Submitted by:	Ondra Koutek <koutek@o-k.cz> (maintainer)
2006-03-31 15:28:47 +00:00

15 lines
552 B
Plaintext

#Campsite job sending expiration message to subscribers
0 */8 * * * %%PREFIX%%/campsite/sbin/capsite_notifyendsubs
# Campsite job takes care about notifying editors/authors about changes
# of their articles
*/2 * * * * %%PREFIX%%/campsite/sbin/campsite_notifyevents
# Campsite job indexing database of articles.
# it is used for both, search in site and in admin interface
0 */4 * * * %%PREFIX%%/campsite/sbin/campsite_indexer
# Campsite job takes care about scheduled publishing of articles
* * * * * %%PREFIX%%/campsite/sbin/campsite_autopublish