From 82332a2ec6a26da9f2b5a216e991432f7d96e77f Mon Sep 17 00:00:00 2001 From: EeeeKa Date: Fri, 9 Oct 2020 09:18:51 +0500 Subject: [PATCH] Add reload support --- systemd/webhook-catcher.service | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd/webhook-catcher.service b/systemd/webhook-catcher.service index 8c2398c..33046ef 100644 --- a/systemd/webhook-catcher.service +++ b/systemd/webhook-catcher.service @@ -7,6 +7,7 @@ User=whcd Group=whcd ExecStart=/usr/sbin/webhook-catcher -c /etc/webhook-catcher/config.json +ExecReload=/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target