chef-cookbooks / runit

Development repository for the Chef Runit Cookbook
https://supermarket.chef.io/cookbooks/runit
Apache License 2.0
107 stars 197 forks source link

[WIP] Update runit_sent_signal helper to upcase selected signals #188

Closed cwjohnston closed 8 years ago

cwjohnston commented 8 years ago

Some signals seem to be ineffective when issued in lowercase. See #67.

closes #67

Not sure how to add an effective test for this.

cwjohnston commented 8 years ago

Turns out this isn't quite the right fix, as there's a difference between TERM and term when signaling processes using sv (see https://github.com/hw-cookbooks/runit/issues/67#issuecomment-215227622)