qzwi: install nextcloud
This commit is contained in:
parent
943b454b8a
commit
fe36345e5f
9 changed files with 262 additions and 1 deletions
7
bundles/nextcloud/files/nextcloud-cron.service
Normal file
7
bundles/nextcloud/files/nextcloud-cron.service
Normal 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
|
8
bundles/nextcloud/files/nextcloud-cron.timer
Normal file
8
bundles/nextcloud/files/nextcloud-cron.timer
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Run Nextcloud cron.php every 5 minutes
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*:0/5
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue