From 0060536f2207faeb9249949da8c37d43791c6a40 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Tue, 28 Mar 2017 23:59:51 +0200 Subject: [PATCH] =?UTF-8?q?systemctl=20=C3=A0=20la=20place=20de=20service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/.fonctions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.fonctions b/scripts/.fonctions index 228cce7..2a41b0d 100644 --- a/scripts/.fonctions +++ b/scripts/.fonctions @@ -112,7 +112,7 @@ POOL_FPM () { # Créer le fichier de configuration du pool php-fpm et le configu finalphpini=/etc/php5/fpm/conf.d/20-$app.ini sudo cp ../conf/php-fpm.ini $finalphpini sudo chown root: $finalphpini - sudo service php5-fpm reload + sudo systemctl reload php5-fpm } EXIT_PROPERLY () { # Causes the script to stop in the event of an error. And clean the residue.