summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service
Commit message (Expand)AuthorAgeFilesLines
* Fix typoVivek Singh2020-04-061-1/+1
* Remove support in debian service init for old update-rcremove_legacy_updatercTim Smith2020-03-051-59/+3
* Merge pull request #9433 from chef/lcg/action-dslTim Smith2020-03-023-5/+5
|\
| * Use the action DSL consistentlyLamont Granquist2020-03-023-5/+5
* | Remove support for macOS < 10.12 in the service resourceTim Smith2020-02-281-10/+5
|/
* Merge pull request #8884 from robuye/debian-update-rcdTim Smith2020-02-101-26/+84
|\
| * bring back support for legacy update-rc.d syntaxrobuye2019-09-171-13/+73
| * update syntax of `update-rc.d` commands in enable & disable actionsrobuye2019-09-131-20/+18
* | Fix most Ruby 2.7 test failureslcg/ruby-2.7.0Lamont Granquist2020-01-211-13/+13
* | Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-088-24/+24
* | Fix enable on indirect unitsPhil Dibowitz2019-11-041-0/+16
* | Update windows_service to ignore run_as_user caseJason Barnett2019-10-101-1/+1
|/
* fix 4 copsLamont Granquist2019-07-051-1/+2
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-053-5/+5
* Style/RegexpLiteralLamont Granquist2019-07-054-5/+5
* Style/NegatedIfLamont Granquist2019-07-052-6/+6
* Style/EmptyMethodLamont Granquist2019-07-021-2/+1
* tweak Lint/BlockAlignmentLamont Granquist2019-07-022-11/+11
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-025-0/+5
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-3/+3
* Target mode for systemd service helperLamont Granquist2019-05-291-1/+2
* Fix service enable idempotency in sles11 (#8256)dheerajd-msys2019-05-231-1/+3
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-202-3/+3
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-083-3/+3
* Convert require to require_relativeLamont Granquist2019-05-0817-34/+34
* Prevent accidentally configuring windows_service propertiesJason Barnett2019-04-151-14/+4
* Fixes #8195Jason Barnett2019-03-271-4/+11
* Fix #8080Jason Barnett2019-03-081-16/+18
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-154-6/+6
* Remove potentially sensitive info from the logsp/fix-7634Stuart Preston2018-09-181-1/+1
* stop parsing init script at the "### END INIT INFO" marker.Guido Schoening2018-08-041-1/+1
* fix Style/MutableConstantLamont Granquist2018-07-022-13/+13
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-024-6/+6
* Unification of shell_out APIsLamont Granquist2018-06-151-0/+1
* Merge pull request #7297 from jasonwbarnett/fix-windows-startupTim Smith2018-06-031-0/+2
|\
| * Fix :configure_startup action to configure delayed startJason Barnett2018-05-251-0/+2
* | convert shell_out_with_systems_locale to `default_env: true`lcg/remove-shell-out-with-systems-localeLamont Granquist2018-05-306-31/+32
|/
* Fix systemd_unit user property usageMal Graty2018-05-191-1/+1
* [Debian/Ubuntu] Detect init script service levelstm/ub_1404_serviceThom May2018-04-231-14/+31
* 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