From e593aeeb65e8a8e5d678e54470cb57f137a59750 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Fri, 7 Sep 2018 15:48:26 +0200 Subject: [PATCH] fbb-api - restart worker after logrotate --- customer/fbb-api/common.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/fbb-api/common.yaml b/customer/fbb-api/common.yaml index 94bf432e..e90f616d 100644 --- a/customer/fbb-api/common.yaml +++ b/customer/fbb-api/common.yaml @@ -21,6 +21,7 @@ infra::profile::logrotate::rules: missingok: true create: true ifempty: false + postrotate: '/bin/systemctl restart fbb-worker.target' rabbitmq-server: path: - '/var/log/rabbitmq/*.log' -- 2.39.5