antirez / disque

Disque is a distributed message broker
BSD 3-Clause "New" or "Revised" License
8.01k stars 538 forks source link

Daemonize and stopping server #181

Open chriskinsman opened 8 years ago

chriskinsman commented 8 years ago

I saw the daemonize flag in the config and am using it.

In this mode what is the recommended way to stop the server? ./disque-server stop and ./disque-server restart all get interpreted as configuration commands.

Just a kill with the pidfile?

Thanks!