From 89683ac765f7498f1aa526268d41111a00513e3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Thu, 2 Nov 2023 20:49:45 +0100 Subject: [PATCH] fix: whole supervision tree is restarted when a service changes --- manifests/snippets.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/snippets.pp b/manifests/snippets.pp index c76f5ac..f3686b1 100644 --- a/manifests/snippets.pp +++ b/manifests/snippets.pp @@ -1,6 +1,5 @@ class s6::snippets { File <| tag == 's6_snippet' |> { - notify => Class['::s6::service'], } } -- 2.39.2