Enforce PHP 7 until PHP 8 is officially supported
This commit is contained in:
@@ -3,7 +3,7 @@ Description=Nextcloud cron.php background job
|
||||
|
||||
[Service]
|
||||
User=http
|
||||
ExecStart=/usr/bin/php -f /usr/share/webapps/nextcloud/cron.php
|
||||
ExecStart=/usr/bin/php7 -f /usr/share/webapps/nextcloud/cron.php
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
||||
|
Reference in New Issue
Block a user