From 43ae8b0cac60e5bcc7177c6f800f3eec8b535c5f Mon Sep 17 00:00:00 2001 From: jabdr Date: Thu, 25 May 2023 17:32:10 +0200 Subject: [PATCH] Support reload in falco-custom.service Signed-off-by: jabdr --- scripts/systemd/falco-custom.service | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/systemd/falco-custom.service b/scripts/systemd/falco-custom.service index 95f806bd..b94a4853 100644 --- a/scripts/systemd/falco-custom.service +++ b/scripts/systemd/falco-custom.service @@ -8,6 +8,7 @@ Wants=falcoctl-artifact-follow.service Type=simple User=%u ExecStart=/usr/bin/falco +ExecReload=kill -1 $MAINPID UMask=0077 TimeoutSec=30 RestartSec=15s