diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cron | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/cron b/examples/cron new file mode 100644 index 0000000..92b4faf --- /dev/null +++ b/examples/cron @@ -0,0 +1,5 @@ +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin +PERL5LIB=/srv/www/travelynx/local/lib/perl5 +MAILTO=root + +*/3 * * * * travelynx timeout 5m perl /srv/www/travelynx/index.pl work -m production |