1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00

systemctl à la place de service

This commit is contained in:
magikcypress 2017-03-28 23:57:02 +02:00
parent f54fdcd0bc
commit 380a554ef1

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