Skip to content

Commit

Permalink
Add ExecReload option to pgcat.service for configuration reloads (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
dog-64 authored Jun 24, 2024
1 parent 88dbcc2 commit 731aa04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pgcat.service
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 731aa04

Please sign in to comment.