Skip to content

Commit 731aa04

Browse files
authored
Add ExecReload option to pgcat.service for configuration reloads (#760)
1 parent 88dbcc2 commit 731aa04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgcat.service

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RestartSec=1
1111
Environment=RUST_LOG=info
1212
LimitNOFILE=65536
1313
ExecStart=/usr/bin/pgcat /etc/pgcat.toml
14+
ExecReload=/bin/kill -SIGHUP $MAINPID
1415

1516
[Install]
1617
WantedBy=multi-user.target

0 commit comments

Comments
 (0)