From 156a2802fea8a3512dc96a3b37246ef4492652f8 Mon Sep 17 00:00:00 2001 From: Talha Asghar Date: Mon, 3 Nov 2025 17:38:36 +0500 Subject: [PATCH] Add ExecReload directive to chproxy service so that systemd service can reloaded to fetch new changes from config file --- docs/src/content/docs/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/content/docs/install.md b/docs/src/content/docs/install.md index 9826ba70..01f886a0 100644 --- a/docs/src/content/docs/install.md +++ b/docs/src/content/docs/install.md @@ -84,6 +84,7 @@ Type=notify User=chproxy Group=chproxy ExecStart=/usr/bin/chproxy -config /etc/chproxy/chproxy.yml +ExecReload=kill -HUP $MAINPID TimeoutSec=30 Restart=on-failure