From 5bf05b2c85dfb747b09372b905809cd1b54d2d40 Mon Sep 17 00:00:00 2001 From: Gorden Mende Date: Wed, 25 May 2022 10:27:52 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- systemd/system/nextcloudcron.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/system/nextcloudcron.service b/systemd/system/nextcloudcron.service index 5595f0e7..47ac0da9 100644 --- a/systemd/system/nextcloudcron.service +++ b/systemd/system/nextcloudcron.service @@ -3,6 +3,6 @@ Description=Nextcloud cron.php job [Service] User=www-data -ExecStart=/usr/bin/php7.4 -f /var/www/vhosts/solusar.de/subdomains/nextcloud/cron.php +ExecStart=/usr/bin/php8.0 -f /var/www/vhosts/solusar.de/subdomains/nextcloud/cron.php KillMode=process