forked from pool/matomo
11 lines
359 B
SYSTEMD
11 lines
359 B
SYSTEMD
|
[Unit]
|
||
|
Description=Auto-Archiving of matomo Reports
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
User=wwwrun
|
||
|
Group=www
|
||
|
ExecStart=/bin/bash -ce "/usr/bin/php /srv/www/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
|