chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::Resource::Service#init_command
The path to the init script associated with the service. On many distributions this is '/etc/init.d/SERVICE_NAME' by default. In non-standard configurations setting this value will save having to specify overrides for the start_command, stop_command and restart_command attributes.
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/resource/service.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--Resource--Service-init_command-for-pr
# Commit to gitgit add lib/chef/resource/service.rbgit commit -m "better docs for Chef::Resource::Service#init_command"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--Resource--Service-init_command-for-pr
hub pull-request
# Celebrate!