Files
matomo/matomo-archive.service
Eric Schirra 61d9df794c - Update to 5.1.2
This release contains some security fixes.
  * matomo-org/matomo
    - #22562 Limit length of annotations to 255 characters and sanitize
    - #22589 Add information about risks associated with giving super user access to a user
    - #22536 [Bug] Illegal mix of collations with MariaDB 11.5+
    - #22592 Limit date ranges that end far in the future

OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=131
2024-09-27 06:49:34 +00:00

11 lines
388 B
Desktop File

[Unit]
Description=Auto-Archiving of matomo Reports
[Service]
Type=oneshot
User=@APACHE_USER@
Group=@APACHE_GROUP@
ExecStart=/bin/bash -ce "/usr/bin/php @APACHE_SERVERROOT@/matomo/console core:archive --url=http://localhost/matomo/ >> /var/log/matomo/matomo-archive.log 2>&1"
#StandardOutput=file:/var/log/matomo/matomo-archive.log
#StandardError=file:/var/log/matomo/matomo-archive.log