Revert to system PHP, as PHP 8 is now supported

This commit is contained in:
2021-02-24 12:19:34 +01:00
parent 719b24bc6b
commit a195d217af
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/php7 -f /usr/share/webapps/nextcloud/cron.php
ExecStart=/usr/bin/php -f /usr/share/webapps/nextcloud/cron.php
[Install]
WantedBy=basic.target