Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit test for service resource #50

Merged
merged 19 commits into from
Sep 25, 2015
Merged

Unit test for service resource #50

merged 19 commits into from
Sep 25, 2015

Conversation

chris-rock
Copy link
Contributor

  • add service unit tests
  • reimplement systemv service checking
  • add arch support
  • bugfix os detection
  • bugfix windows, freebsd, systemv service handling

@@ -64,6 +64,8 @@ def initialize(service_name)
@service_mgmt = WindowsSrv.new(vulcano)
when 'freebsd'
@service_mgmt = BSDInit.new(vulcano)
when 'arch'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you ;)

arlimus added a commit that referenced this pull request Sep 25, 2015
Unit test for service resource
@arlimus arlimus merged commit a7fffe4 into master Sep 25, 2015
@arlimus
Copy link
Contributor

arlimus commented Sep 25, 2015

Awesome improvements, thank @chris-rock !!

@arlimus arlimus deleted the service branch September 25, 2015 11:09
jquick pushed a commit that referenced this pull request Feb 6, 2018
jquick pushed a commit that referenced this pull request Feb 6, 2018
clintoncwolfe pushed a commit that referenced this pull request Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants