This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
pidof
instead of pidfile w/ reload.
When doing a graceful reload, use `pidof haproxy` rather than catting the pidfile to make sure that we send SIGUSR1 to _all_ existing HAProxy instances. This is to address #267.
- Loading branch information