make file trigger silent

This commit is contained in:
Remi Collet 2018-03-15 10:16:31 +01:00
parent bc496c7dd3
commit 7a0e4d55d5

View File

@ -1400,7 +1400,7 @@ rm -f README.{Zeus,QNX,CVS-RULES}
# Raised by new pool installation or new extension installation
%transfiletriggerin fpm -- %{_sysconfdir}/php-fpm.d %{_sysconfdir}/php.d
systemctl try-restart php-fpm.service
systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%files