From 22785effe405d7baa55357beedd9365aa74784c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Sep 2017 15:06:57 +0200 Subject: F27: php now requires php-fpm and start it with httpd / nginx --- php-fpm.wants | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 php-fpm.wants (limited to 'php-fpm.wants') diff --git a/php-fpm.wants b/php-fpm.wants new file mode 100644 index 0000000..b1f26a8 --- /dev/null +++ b/php-fpm.wants @@ -0,0 +1,3 @@ +[Unit] +Wants=php72-php-fpm.service + -- cgit