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