Skip to content

Commit afc65c0

Browse files
committed
Update unypkg-php-build.sh
1 parent 796ee4c commit afc65c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

unypkg-php-build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ wget -qO- uny.nu/pkg | bash -s buildsys
1313

1414
### Installing build dependencies
1515
unyp install openssl re2c icu curl libpng libwebp libjpeg-turbo freetype libgd imagemagick \
16-
pcre2 libxml2 libxslt libexif libzip oniguruma argon2
16+
pcre2 libxml2 libxslt libexif libzip oniguruma argon2 systemd
1717

1818
### Getting Variables from files
1919
UNY_AUTO_PAT="$(cat UNY_AUTO_PAT)"
@@ -102,6 +102,7 @@ imagick_dir=(/uny/pkg/imagemagick/*)
102102
--enable-fpm \
103103
--with-fpm-user=unyweb \
104104
--with-fpm-group=unyweb \
105+
--with-fpm-systemd \
105106
--with-config-file-path=/etc/uny \
106107
--enable-gettext \
107108
--with-readline="${readline_dir[0]}" \

0 commit comments

Comments
 (0)