1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00

systemctl à la place de service

This commit is contained in:
magikcypress 2017-03-28 23:57:36 +02:00
parent 0544b463e1
commit 17b2c64faf

View file

@ -108,7 +108,7 @@ POOL_FPM () { # Create the php-fpm pool configuration file and configure it.
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
}
STORE_MD5_CONFIG () { # Saves the checksum of the config file