From 2a8291333140b65e8586511c0259a981b689b285 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 29 Jan 2020 12:05:24 +0100 Subject: [PATCH] Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 06a4b20..83e4bd3 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,12 @@ ascr role php # - Stop FPM 7.1 # - Restart FPM 7.3 + a -m service -a "name=php7.1-fpm state=stopped enabled=no" a -m service -a "name=php7.3-fpm state=started enabled=yes" ascr jailkit-upgrade +# On the Host +update-alternatives --config php etckeeper commit -m "After PHP update to PHP 7.3" ``` -- GitLab