summaryrefslogtreecommitdiff
path: root/bin/chef-service-manager
Commit message (Collapse)AuthorAgeFilesLines
* Some more author domain stragglers.Noah Kantrowitz2016-02-021-1/+1
|
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-5/+5
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
| | | | chefstyle -a fixed 1044 occurrances
* Run the chef service executable from the bin directoryjk/windows-serviceJohn Keiser2015-09-231-1/+1
| | | | we are currently running from instead of guessing where it is
* Add ability to specify dependencies in chef-service-manager.Kartik Null Cating-Subramanian2015-07-241-2/+2
|
* Add flag to windows_service_manager to delay start.Kartik Null Cating-Subramanian2015-07-201-1/+2
|
* Pointing chef-service-manager to appbundled chef-windows-servicejdmundrawala/windows-serviceJay Mundrawala2014-10-211-1/+1
|
* [CHEF-5289] Remove 'Opscode' from service descriptionJulian C. Dunn2014-05-081-1/+1
|
* Normalize whitespace on all filesSeth Vargo2013-09-261-2/+2
|
* Refactor windows_service_manager slightly so that we can reuse it in ↵sersut2013-02-271-1/+7
| | | | different projects.
* Create chef-service-manager using distro/service_manager.rb to control ↵sersut2013-02-151-0/+31
chef-service on windows platforms.