summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service
Commit message (Expand)AuthorAgeFilesLines
* 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
* | chefstyle Style/AndOr fixesLamont Granquist2016-03-147-11/+11
|/
* s/escape_glob/escape_glob_dir/lcg/fix-escape-globLamont Granquist2016-03-103-3/+3
* Merge pull request #4661 from davide125/systemd-userPhil Dibowitz2016-03-082-11/+49
|\
| * error out if provider doesn't support user servicesDavide Cavalca2016-03-042-0/+9
| * double quotes to make rubocop happyDavide Cavalca2016-03-031-6/+6
| * Extend service resource to support systemd user servicesDavide Cavalca2016-03-031-11/+40
* | Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-043-5/+5
|\ \ | |/ |/|
| * Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-233-5/+5
* | add tests for is_masked?Davide Cavalca2016-02-221-1/+1
* | is_masked? fixDavide Cavalca2016-02-221-1/+1