diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-12-14 14:11:03 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-12-14 14:11:03 +0100 |
commit | 7e9a2ebfef85a0ac45179e4bb120f69a7bdc2614 (patch) | |
tree | 45c797d8a7c28e344cea14e98c4e63fb0728cbd0 /examples | |
parent | 88d482d8b56f3253a8541bf0861264cd74e67fbe (diff) |
Update README, add work cronjob
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 |