twitter-archive / kestrel

simple, distributed message queue system (inactive)
http://twitter.github.io/kestrel
Other
2.78k stars 313 forks source link

'kestrel.sh status' does not return the correct status codes #119

Closed flosell closed 7 years ago

flosell commented 11 years ago

Tools such as puppet rely on the return code of the init-script to find out whether kestrel is already running. At the moment, kestrel.sh status always returns 0, meaning 'program is running' (http://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/iniscrptact.html). We should return 3 in case kestrel is not running.

flosell commented 7 years ago

Closing this issue as project is deprecated and PR was closed.