Closed lizzabees closed 7 years ago
5.0.0
12.19.36
centos 6.6
The new sysv initscript does not background the client and hence any service[chef-push-jobs-client] starts or restarts hang indefinitely.
service[chef-push-jobs-client]
Run this cookbook on any sysvinit distro.
The service will start and the converge will continue.
The converge runs until timeout (if configured) on any start or restart of the chef-push-jobs-client daemon since it does not background.
Fixed by #123
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.