diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-11-02 20:49:45 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-11-02 20:49:45 +0100 |
commit | 89683ac765f7498f1aa526268d41111a00513e3e (patch) | |
tree | e216173d86d8e12aff56ba046ce618cfc19bde6f /manifests | |
parent | af8d6b1a7bda632258985a574f14e32a761b39ce (diff) |
fix: whole supervision tree is restarted when a service changes
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/snippets.pp | 1 |
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'], } } |