summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service
Commit message (Expand)AuthorAgeFilesLines
* Avoid lookups for rights of 'LocalSystem' in windows serviceBryan McLellan2018-03-291-1/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-2611-67/+67
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-072-2/+2
* Chefstyle fixTim Smith2018-03-051-1/+1
* better docs for Chef::Provider::Service::Upstart.supports?Brad2018-03-051-0/+1
* remove callers of passwd ohai plugintm/disable_chatty_ohaiThom May2018-02-071-1/+1
* Add description property to converge configure actionJason Barnett2018-01-271-1/+1
* chefstyle -aJason Barnett2018-01-261-27/+27
* Fix existing tests and add new onesJason Barnett2018-01-261-71/+81
* Add :create, :delete, and :configure actions to the windows_service resourceJason Barnett2018-01-251-11/+175
* Revert "add create and delete actions for windows_service"Lamont Granquist2018-01-221-175/+11
* Merge pull request #6595 from jasonwbarnett/feature/add-action_create-to-wind...Thom May2018-01-221-11/+175
|\
| * add :create, :delete, and :configure actions to the windows_service resource.Jason Barnett2017-11-231-11/+175
* | Remove update-rc.d -n (dryrun) option.Vinson Lee2018-01-021-2/+2
* | Fix svcadm clear to only run in maintenance statejsinha/fix_svcadmJaymala Sinha2017-12-071-0/+5
* | Fix variable name in solaris service providerjsinha/solaris_service_fixJaymala Sinha2017-11-221-2/+1
|/
* Merge pull request #6353 from mikedodge04/launchd2Tim Smith2017-09-061-3/+4
|\
| * Launchd should not load launchagents as root. #5846Mike Dodge2017-08-251-3/+4
* | Ensure the service_name is always escaped when using systemdDavide Cavalca2017-07-101-11/+12
* | chef code changes for changing amazon platform_familyLamont Granquist2017-04-032-4/+4
* | convert remaining popen4 code to shell_outLamont Granquist2017-04-012-32/+25
* | Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-317-7/+0
* | Merge pull request #5551 from MarkGibbons/smf_recursive_dependenciesThom May2017-03-211-2/+4
|\ \
| * | smf_recursive_dependencies: Separate the svcadm options passed to shell_out.markgibbons2017-02-171-4/+4
| * | Merge branch 'master' of https://github.com/chef/chef into smf_recursive_depe...markgibbons2017-02-067-12/+12
| |\ \
| * | | smf_recursive_dependencies: Chef style fixesmarkgibbons2017-01-171-4/+4
| * | | smf_recursive: Rename the property "recursive" to "options".markgibbons2016-12-121-3/+4
| * | | smf_recursive_dependencies: Allow solaris services to start recursively.markgibbons2016-11-151-1/+2
* | | | support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-013-14/+2
| |_|/ |/| |
* | | fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-132-2/+2
| |/ |/|
* | fix master breakagelcg/oopsLamont Granquist2016-12-211-1/+1
* | Style/NumericPredicate comparison stylelcg/numericpredicateLamont Granquist2016-12-211-1/+1
* | fix Style/NonNilCheckLamont Granquist2016-12-062-2/+2
* | fix Style/NilComparisonLamont Granquist2016-12-061-1/+1
* | fix Style/DefWithParenthesesLamont Granquist2016-12-064-8/+8
|/
* DCO, comment for motive of :upstart_service_runningAbhishekKr2016-10-061-0/+1
* service - upstart restart - service status managed via attr_accessorAbhishekKr2016-09-101-8/+19
* Merge branch 'master' of https://github.com/chef/chefAbhishekKr2016-09-105-13/+17
|\
| * Use symbols instead of strings as keys for systemd user property (#5241)Joshua Miller2016-08-261-2/+2
| * Use upstart goal state as service statusEvan Gilman2016-08-241-3/+3
| * fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-172-4/+5
| * fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-161-2/+5
| * autofixing Style/MultilineIfThen copLamont Granquist2016-08-161-1/+1
| * autofixing Style/AccessModifierIndentation copLamont Granquist2016-08-161-1/+1
* | service - upstart restart - fixing specs and call of stopAbhishekKr2016-06-291-2/+2
* | service - upstart restart does not uses latest job config, need start/stopAbhishekKr2016-06-281-1/+5
|/
* Merge pull request #4709 from coderanger/init_commandNoah Kantrowitz2016-04-051-4/+10
|\
| * Fix some nits. [ci skip]Noah Kantrowitz2016-04-051-3/+3
| * Restore the :enable check but only look for service_missing and give a cleare...Noah Kantrowitz2016-03-151-0/+6
| * Setting init_command should be accepted instead of specific command overrides.Noah Kantrowitz2016-03-141-2/+2