From 731aa047ba169011aff344c4d2a8271117195136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=B3=20=D0=94=D1=83=D0=BB=D0=B5=D1=86?= =?UTF-8?q?=D0=BA=D0=B8=D0=B9?= Date: Mon, 24 Jun 2024 17:57:58 +0200 Subject: [PATCH] Add ExecReload option to pgcat.service for configuration reloads (#760) --- pgcat.service | 1 + 1 file changed, 1 insertion(+) diff --git a/pgcat.service b/pgcat.service index 4da4c7c..3b27cb3 100644 --- a/pgcat.service +++ b/pgcat.service @@ -11,6 +11,7 @@ RestartSec=1 Environment=RUST_LOG=info LimitNOFILE=65536 ExecStart=/usr/bin/pgcat /etc/pgcat.toml +ExecReload=/bin/kill -SIGHUP $MAINPID [Install] WantedBy=multi-user.target