We are now using php7.0

This commit is contained in:
Kayou 2019-02-27 21:03:12 +01:00
parent f5d3e45e9f
commit 646f2ee61f
No known key found for this signature in database
GPG Key ID: 823A2CBE071D3126
2 changed files with 2 additions and 4 deletions

View File

@ -92,9 +92,7 @@ ynh_print_info "Reloading services..."
systemctl disable openvpn
systemctl stop openvpn
systemctl enable php5-fpm
systemctl restart php5-fpm
systemctl restart php7.0-fpm
systemctl reload nginx
# main service

View File

@ -107,7 +107,7 @@ systemctl daemon-reload
# Restart services
# (this must happen before deleting the user, otherwise the user is
# being used by one of the php pool process)
systemctl restart php5-fpm
systemctl restart php7.0-fpm
systemctl reload nginx
#=================================================