Browse Source

Include hestia-php service

Ernesto Nicolás Carrea 5 years ago
parent
commit
33a21c11b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/hst_autocompile.sh

+ 1 - 0
src/hst_autocompile.sh

@@ -487,6 +487,7 @@ if [ "$PHP_B" = true ] ; then
     if [ "$BUILD_RPM" = true ]; then
         # Get RHEL package files
         get_branch_file 'src/rpm/php/hestia-php.spec' "${BUILD_DIR_HESTIAPHP}/hestia-php.spec"
+        get_branch_file 'src/rpm/php/hestia-php.service' "${BUILD_DIR_HESTIAPHP}/hestia-php.service"
 
         # Get custom config
         get_branch_file 'src/rpm/php/php-fpm.conf' "${BUILD_DIR_HESTIAPHP}/usr/local/hestia/php/etc/php-fpm.conf"