Eric Schirra
85014c9d51
- Use apache-rpm-macros. OBS-URL: https://build.opensuse.org/request/show/852594 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=84
11 lines
370 B
Desktop File
11 lines
370 B
Desktop File
[Unit]
|
|
Description=Auto-Archiving of matomo Reports
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=wwwrun
|
|
Group=www
|
|
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
|