Enforce PHP 7 until PHP 8 is officially supported

This commit is contained in:
2021-02-06 15:01:31 +01:00
parent faa7319225
commit 3fa2ea490f
2 changed files with 2 additions and 2 deletions

View File

@@ -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