aurweb/docker/config/aurweb-cron
Kevin Morris e75aa386ea
Merge branch 'pu-cron-fix' into pu
- Removed user specification from cron config.
- Removed logging to /var/log; this commit brings in `-x proc`,
  which logs out to std(out|err).
2021-12-22 14:41:03 -08:00

3 lines
121 B
Text

AUR_CONFIG='/aurweb/conf/config'
*/5 * * * * bash -c 'aurweb-aurblup'
*/5 * * * * bash -c 'aurweb-mkpkglists --extended'