bundles/travelynx: add cron

This commit is contained in:
Franzi 2020-08-19 18:48:05 +02:00
parent 8c534ddf8c
commit 5797d790aa
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -5,6 +5,9 @@ defaults = {
'deploy_configs': False,
},
},
'cron': {
'travelynx': '*/3 * * * * travelynx cd /opt/travelynx && timeout 5m perl index.pl work -m production',
},
'travelynx': {
'database': {
'username': 'travelynx',