From c23ab2a4db98522bd202acfc7499a714063ce4ef Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Mon, 25 Sep 2023 07:14:05 +0200 Subject: [PATCH] Quoted class, because it looks nicer --- apache.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache.cf b/apache.cf index 621af7e..e2e1312 100644 --- a/apache.cf +++ b/apache.cf @@ -150,7 +150,7 @@ services: service_policy => "start", handle => "apache_running"; - php_changed|apache_changed:: + "php_changed|apache_changed":: "$(apache.service_name)" service_policy => "restart"; }