twitter-archive/kestrel

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

Closed this issue · 1 comments

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.

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