From 542eb334cc5c19206a9ba733b591cb9297b13207 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Wed, 2 Jan 2019 13:16:47 +0100 Subject: [PATCH] php-fpm service not necessary --- manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1f0b9a8..efd1a08 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,6 @@ "multi_instance": false, "services": [ "nginx", - "php7-fpm", "mysql", "snmpd" ],