summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2022-05-04 20:49:32 +0200
committerHendrik Jäger <gitcommit@henk.geekmail.org>2022-05-22 20:04:54 +0200
commit087f73b5c34b887fd774bda4251c5084d6631679 (patch)
treeb7eb5d9e0d00babf20d633361c1b13849e9f25f5 /manifests/init.pp
parentc4bc0fecb2a92d8b713cac93cae7141b4b56a542 (diff)
rotate logs of system services, but not user services
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index cd36656..3141174 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -5,6 +5,9 @@ class s6 {
"${name}::install":
notify => Class["${name}::service"],
;
+ "${name}::config":
+ notify => Class["${name}::service"],
+ ;
"${name}::service": ;
}
}