Skip to content

Commit

Permalink
Add default PATH to cronologue.cron.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincarr committed Jun 29, 2011
1 parent ef3c55c commit ee10428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/config/cronologue.cron
@@ -1,6 +1,7 @@
PATH=/bin:/usr/bin:/usr/local/bin

# Regenerate cronologue static output every 2 mins
#*/2 * * * apache statik --config /var/www/cronologue/config/statik.conf
#*/2 * * * * apache statik --config /var/www/cronologue/config/statik.conf

# Prune cronologue data periodically
#50 2 * * * apache find /var/www/cronologue/data -type f -mtime +60 -exec rm -f {} \;
Expand Down

0 comments on commit ee10428

Please sign in to comment.