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:
parent
172f12b2b4
commit
0060536f22
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue