sni / mod_gearman

Distribute Naemon Host/Service Checks & Eventhandler with Gearman Queues. Host/Servicegroups affinity included.
http://www.mod-gearman.org
GNU General Public License v3.0
122 stars 42 forks source link

Initscript returns 0 when start fails #56

Closed adrianlzt closed 10 years ago

adrianlzt commented 10 years ago

If, for instance, mod_gearman_worker can't write to his log, it will fail to start returning a debug message and word "fail". The problem is the return code, that should be 1.

sni commented 10 years ago

thanks