summarylogtreecommitdiffstats
path: root/nextcloud-app-update-all.service
diff options
context:
space:
mode:
authorJustin Kromlinger2023-01-20 14:51:05 +0100
committerJustin Kromlinger2023-01-20 14:51:05 +0100
commita678bda24ec135f1cd6c42496481c4c167068dbc (patch)
tree25a45cafcc287052a4f9cba2acd34df28ed44589 /nextcloud-app-update-all.service
parent5797ebed093e42851f038ff3abf909b77e68850b (diff)
downloadaur-nextcloud-systemd-timers.tar.gz
php legacy support
Diffstat (limited to 'nextcloud-app-update-all.service')
-rw-r--r--nextcloud-app-update-all.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud-app-update-all.service b/nextcloud-app-update-all.service
index 5988264bb240..bb2fce73a547 100644
--- a/nextcloud-app-update-all.service
+++ b/nextcloud-app-update-all.service
@@ -3,7 +3,7 @@ Description=Nextcloud; update all applications
[Service]
User=nextcloud
-ExecStart=/usr/bin/php -f /usr/share/webapps/nextcloud/occ app:update --all
+ExecStart=/usr/bin/php-legacy -f /usr/share/webapps/nextcloud/occ app:update --all
[Install]
WantedBy=basic.target