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

RPM doesn't enable SystemV services #214

Closed
aparkinson opened this issue Apr 3, 2014 · 3 comments
Closed

RPM doesn't enable SystemV services #214

aparkinson opened this issue Apr 3, 2014 · 3 comments
Assignees
Labels

Comments

@aparkinson
Copy link
Contributor

RPM doesn't enable SystemV services (Create the correct symlinks). Consequently the SystemV service doesn't start after installation

We normally use update-rc.d to do this but it isn't available on RHEL
chkconfig is the equivalent tool on RHEL

@aparkinson aparkinson added this to the 0.7.0 - Server archetype milestone Apr 3, 2014
@muuki88
Copy link
Contributor

muuki88 commented Apr 3, 2014

I tested this only on CentOS. So for RHEL one has to override the post-inst-template.

This functionality should be available for rpm.

My favorite solution would be predefined overrides, e.g:

rpmPreInstTemplate := CentOS

@muuki88 muuki88 added the rpm label Apr 3, 2014
@aparkinson
Copy link
Contributor Author

I do like the predefined overrides concept but I might just document overriding the templates solution in the short term

Apart from this RHEL 6.x support is good!

@muuki88 muuki88 self-assigned this Apr 6, 2014
@muuki88
Copy link
Contributor

muuki88 commented Apr 9, 2014

Should be fixed, when #219 is merged

muuki88 added a commit that referenced this issue Apr 11, 2014
FIX #214 Making rpm scriptlets overrideable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants