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:
parent
0544b463e1
commit
17b2c64faf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue