summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service
Commit message (Expand)AuthorAgeFilesLines
* fixing all the extra blank linesLamont Granquist2014-07-295-5/+0
* add shell_out to base provider codeLamont Granquist2014-07-298-14/+0
* remove threads from nonessential code piecesLamont Granquist2014-07-161-11/+14
* Check shell_out's error? when running status command.Claire McQuin2014-06-301-5/+3
* Make Systemd service use shell_out.Claire McQuin2014-06-301-11/+11
* check for running service when reload, if not - start itVasiliy Tolstov2014-06-301-1/+5
* reload service only if it running, if not - startVasiliy Tolstov2014-06-301-1/+1
* add worker threadCHEF-4600Claire McQuin2014-06-181-8/+10
* fix indentingClaire McQuin2014-06-181-5/+5
* CHEF-4600 Add timeout for Chef::Provider::Service::WindowsMatt2014-06-181-10/+12
* Merge branch 'CHEF-4791' of github.com:deployable/chefsersut2014-06-181-6/+30
|\
| * Fixed whitespace in changes.deployable2014-05-211-15/+15
| * CHEF-4791 Add more windows service states to the start/stop control flowMatt2013-12-051-6/+30
* | Merge pull request #1477 from MarkGibbons/CHEF-5347Claire McQuin2014-06-171-1/+1
|\ \
| * | CHEF-5437: Ruby 8 syntax still required.markgibbons2014-06-091-1/+1
| * | CHEF-5347: Use shell_out! with returns [0, 1].markgibbons2014-06-091-1/+1
| * | CHEF-5347: Allow for undefined solaris services in the service resource.markgibbons2014-06-071-1/+1
* | | Fix upstart provider so parameters work correctlyRobert Tarrall2014-05-011-1/+2
|/ /
* | Make it possible to include Chef::Provider / Chef::ResourceJohn Keiser2014-04-2413-14/+9
* | Make OS X service resource work when the plist doesn't exist yet.danielsdeleo2014-04-161-1/+5
* | Merge pull request #1235 from higanworks/CHEF-4990Serdar Sutay2014-03-191-7/+11
|\ \
| * | CHEF-4990sawanoboly2014-02-201-7/+11
* | | Add enable/disable to MacOSX service providerPhil Dibowitz2014-03-061-14/+68
|/ /
* | and a fix to handle services only starting at run level SLaurent Desarmes2013-12-201-1/+1
* | fix for when the service doesn't set priorityLaurent Desarmes2013-12-201-1/+6
|/
* Remove superfluous empty parentheses in Service::DebianJack Foy2013-10-101-5/+5
* Add specialized action_enable method to Chef::Provider::Service::DebianJack Foy2013-10-101-0/+20
* CHEF-4534 Fix restart_service if..else syntax in upstart providerJeremiah Snapp2013-10-041-1/+1
* Normalize whitespace on all filesSeth Vargo2013-09-2611-53/+53
* CHEF-3237 - Incorporated latest review comments.Ringo De Smet2013-05-311-1/+1
* CHEF-3237 - Incorporated comments from PR 624Ringo De Smet2013-05-311-4/+3
* [CHEF-3237] Fix Mac OS X service provider. Do not fail when HOME is not setIgor Afonov2013-05-311-10/+17
* [CHEF-3772] Use the sync(-s) option to get exit status.sawanoboly2013-04-111-5/+6
* [CHEF-3604] why run assertions should pass on custom service commandsSeth Chisamore2012-11-131-1/+3
* [CHEF-3603] add init_command attribute to service resourceSeth Chisamore2012-11-133-11/+11
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-3014-0/+1670
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-082-148/+0
* Using @node[:ps], so Facter is totally abstracted from ChefAdam Jacob2008-10-031-4/+4
* Since these just call 'super', you can remove them - inheritance will take ca...Adam Jacob2008-10-021-12/+1
* Namespacing the Service providers to the Service class. Changes Chef::Provide...AJ Christensen2008-10-032-79/+83
* Base functionality shifted into init.rbAJ Christensen2008-10-031-32/+0
* Fujin mergeAdam Jacob2008-10-022-16/+74
|\
| * Error message clarityAJ Christensen2008-10-012-9/+3
| * Clarified some of the error messagesAJ Christensen2008-10-011-7/+5
| * Now we're talkinAJ Christensen2008-10-011-3/+3
| * Adjusted error messageAJ Christensen2008-10-011-1/+1
| * Init provider for service and relevant work in other providers. Updated resou...AJ Christensen2008-10-012-9/+28
| * Moving some stuff around. Almost functional init provider.AJ Christensen2008-10-013-36/+53
| * Made service.rb setup a @current_resource and debian.rb super to get at it.AJ Christensen2008-10-011-3/+1
| * Working Debian service provider for enabling/disabling services.AJ Christensen2008-10-013-57/+43