Skip to content

Commit 4241d53

Browse files
ScIT-RaphaelKristan Kenney
authored andcommitted
Fix missing autostart.in v-add-web-php
1 parent 529208a commit 4241d53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/v-add-web-php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ if [ "$WEB_SYSTEM" = "apache2" ]; then
9797
fi
9898

9999
# Configure fpm
100+
update-rc.d php$version-fpm defaults > /dev/null 2>&1
100101
v_tpl=$(echo "$version" | sed -e 's/[.]//')
101102
rm -f /etc/php/$version/fpm/pool.d/*
102103
cp -f $HESTIA/install/deb/php-fpm/dummy.conf /etc/php/$version/fpm/pool.d/

0 commit comments

Comments
 (0)