1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prestashop_ynh.git synced 2024-09-03 20:06:39 +02:00

systemctl à la place de service

This commit is contained in:
magikcypress 2017-03-28 23:59:51 +02:00
parent 172f12b2b4
commit 0060536f22

View file

@ -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.