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

add runlevel support for System V services #455

Merged
merged 3 commits into from
Feb 14, 2016
Merged

add runlevel support for System V services #455

merged 3 commits into from
Feb 14, 2016

Conversation

arlimus
Copy link
Contributor

@arlimus arlimus commented Feb 14, 2016

No description provided.

Bugfix: there were services that would get matched because of the way the regex was constructed, i.e. if the user inserted `.` or `*` or anything regexy. Even if the service only had part of the name you were interested in, it would match (e.g. `sshd` would find `my_sshdaemon`).

Apart from this, runlevels are now detected for SystemV. This is exposed in `#info`
@chris-rock
Copy link
Contributor

That is a cool feature. Thanks @arlimus

chris-rock added a commit that referenced this pull request Feb 14, 2016
add runlevel support for System V services
@chris-rock chris-rock merged commit f01b865 into master Feb 14, 2016
@chris-rock chris-rock deleted the dr/runlevel branch February 14, 2016 18:37
@arlimus arlimus added the Type: Enhancement Improves an existing feature label Feb 15, 2016
@arlimus arlimus self-assigned this Feb 15, 2016
@chris-rock chris-rock modified the milestone: 0.12.0 Feb 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Improves an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants