summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2023-11-02 20:49:45 +0100
committerHendrik Jäger <gitcommit@henk.geekmail.org>2023-11-02 20:49:45 +0100
commit89683ac765f7498f1aa526268d41111a00513e3e (patch)
treee216173d86d8e12aff56ba046ce618cfc19bde6f
parentaf8d6b1a7bda632258985a574f14e32a761b39ce (diff)
fix: whole supervision tree is restarted when a service changes
-rw-r--r--manifests/snippets.pp1
1 files changed, 0 insertions, 1 deletions
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'],
}
}