From d20317d59eac9507b0255b542a393d32ee9ef758 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Fri, 28 Dec 2018 05:27:41 -0500 Subject: [PATCH] Update php-fpm service name for debian based OS' changed from php-fpm to php7.2-fpm --- community/install/panel/debian9.md | 4 ++-- community/install/panel/ubuntu1804.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/community/install/panel/debian9.md b/community/install/panel/debian9.md index b2ca3a17..ad3258a3 100644 --- a/community/install/panel/debian9.md +++ b/community/install/panel/debian9.md @@ -113,8 +113,8 @@ The default php-fpm configuration is good to use. Start and enable php-fpm on the system. ```bash -systemctl enable php-fpm -systemctl start php-fpm +systemctl enable php7.2-fpm +systemctl start php7.2-fpm ``` ### nginx diff --git a/community/install/panel/ubuntu1804.md b/community/install/panel/ubuntu1804.md index 7e897867..9bae1c8d 100644 --- a/community/install/panel/ubuntu1804.md +++ b/community/install/panel/ubuntu1804.md @@ -100,8 +100,8 @@ The default php-fpm configuration is good to use. Start and enable php-fpm on the system. ```bash -systemctl enable php-fpm -systemctl start php-fpm +systemctl enable php7.2-fpm +systemctl start php7.2-fpm ``` ### nginx