mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Add permissions fix as cronjob
This commit is contained in:
parent
3b3d223beb
commit
dd5c181807
1 changed files with 8 additions and 0 deletions
|
@ -205,6 +205,14 @@
|
|||
cron_file: "matomo_daily"
|
||||
|
||||
|
||||
- name: Start Collecting Matomo Data
|
||||
cron:
|
||||
name: "MatomoDataIngestionOnReboot2"
|
||||
special_time: reboot
|
||||
job: "sudo chown -R www-data:www-data /library/www/matomo"
|
||||
user: root
|
||||
cron_file: "matomo_reboot2"
|
||||
|
||||
# RECORD Matomo AS INSTALLED
|
||||
|
||||
- name: "Set 'matomo_installed: True'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue