forked from pool/matomo
Eric Schirra
f490eea24a
- Put apache configuration files in separate subpackages. - Update cron, service, lograte files with apache macros. OBS-URL: https://build.opensuse.org/request/show/855711 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=87
10 lines
390 B
Plaintext
10 lines
390 B
Plaintext
#
|
|
# cron for matomo Auto-Archiving of Your Reports
|
|
#
|
|
|
|
# without CLI
|
|
#-5 * * * * @APACHE_USER@ /usr/bin/php @APACHE_SERVERROOT@/matomo/misc/cron/archive.php --url=http://localhost/matomo/ > /var/log/matomo/matomo-archive.log
|
|
|
|
# with CLI
|
|
-5 * * * * @APACHE_USER@ /usr/bin/php @APACHE_SERVERROOT@/matomo/console core:archive --url=http://localhost/matomo/ > /var/log/matomo/matomo-archive.log
|