chef-boneyard / push-jobs-cookbook

Development repository for Chef Cookbook push-jobs
https://supermarket.chef.io/cookbooks/push-jobs
Apache License 2.0
21 stars 43 forks source link

sysv style init script does not background the daemon #123

Closed lizzabees closed 7 years ago

lizzabees commented 7 years ago

Cookbook version

5.0.0

Chef-client version

12.19.36

Platform Details

centos 6.6

Scenario:

The new sysv initscript does not background the client and hence any service[chef-push-jobs-client] starts or restarts hang indefinitely.

Steps to Reproduce:

Run this cookbook on any sysvinit distro.

Expected Result:

The service will start and the converge will continue.

Actual Result:

The converge runs until timeout (if configured) on any start or restart of the chef-push-jobs-client daemon since it does not background.

cheeseplus commented 7 years ago

Fixed by #123