forked from pool/matomo
Eric Schirra
63798be294
- Fix paths in cron and service file. OBS-URL: https://build.opensuse.org/request/show/668329 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=22
10 lines
366 B
Plaintext
10 lines
366 B
Plaintext
#
|
|
# cron for matomo Auto-Archiving of Your Reports
|
|
#
|
|
|
|
# without CLI
|
|
#5 * * * * wwwrun /usr/bin/php @ap_serverroot@/matomo/misc/cron/archive.php --url=http://localhost/matomo/ > /var/log/matomo/matomo-archive.log
|
|
|
|
# with CLI
|
|
5 * * * * wwwrun /usr/bin/php @ap_serverroot@/matomo/console core:archive --url=http://localhost/matomo/ > /var/log/matomo/matomo-archive.log
|