qzwi: install nextcloud

This commit is contained in:
Franzi 2021-12-17 21:17:22 +01:00
parent 943b454b8a
commit fe36345e5f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
9 changed files with 262 additions and 1 deletions

View file

@ -0,0 +1,7 @@
[Unit]
Description=Nextcloud cron.php job
[Service]
User=www-data
ExecStart=/usr/bin/php --define apc.enable_cli=1 -f /var/www/nextcloud/cron.php
KillMode=process

View file

@ -0,0 +1,8 @@
[Unit]
Description=Run Nextcloud cron.php every 5 minutes
[Timer]
OnCalendar=*:0/5
[Install]
WantedBy=timers.target