We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b262f81 commit 1820107Copy full SHA for 1820107
1 file changed
install/vst-install-ubuntu.sh
@@ -871,6 +871,7 @@ if [ "$phpfpm" = 'yes' ]; then
871
pool=$(find /etc/php* -type d \( -name "pool.d" -o -name "*fpm.d" \))
872
wget $vestacp/php-fpm/www.conf -O $pool/www.conf
873
php_fpm=$(ls /usr/sbin/php*fpm* |cut -f 4 -d /)
874
+ ln -s /etc/init.d/$php_fpm /etc/init.d/php-fpm > /dev/null 2>&1
875
update-rc.d $php_fpm defaults
876
service $php_fpm start
877
check_result $? "php-fpm start failed"
0 commit comments