cloudflare / tableflip

Graceful process restarts in Go
BSD 3-Clause "New" or "Revised" License
2.91k stars 148 forks source link

Mention ExecReload in docs #7

Closed lmb closed 6 years ago

lmb commented 6 years ago

In theory ExecReload can be any command which communicates with the daemon, in practice most users will use a signal.

Fixes #6

mvrhov commented 6 years ago

This looks ok.