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

Do not start packages on installation #4256

Merged

Conversation

spinscale
Copy link
Contributor

The reason to not start packages on installation is to allow to configure
them before starting up (setting heap, cluster.name etc)

Also the documentation was updated in order to show, which statements need
to be executed to start up elasticsearch and configure it to fire up automatically on boot.
In addition, these statements are also printed out when the package is
installed, depending on whether chkconfig, system or update-rc.d is used.

Closes #3722

@@ -46,9 +54,23 @@ The last command should verify a successful installation of the Oracle JDK.

==== RedHat/Centos/Fedora
Copy link
Contributor

Choose a reason for hiding this comment

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

Simple rule: It is always "Red Hat", never "RedHat". Always two words and capitalized.
See http://www.redhat.com/f/pdf/corp/trademark_usage.pdf

@lukas-vlcek
Copy link
Contributor

I will definitely walk though this with someone who is more into RHEL/Fedora spec files on our side than I am. Thanks a lot!

@drewr
Copy link
Contributor

drewr commented Jan 2, 2014

👍

The reason to not start packages on installation is to allow to configure
them before starting up (setting heap, cluster.name etc)

Also the documentation was updated in order to show, which statements need
to be executed.
In addition, these statements are also printed out when the package is
installed, depending on whether chkconfig, system or update-rc.d is used.

Closes elastic#3722
@spinscale spinscale merged commit 811b7d7 into elastic:master Jan 3, 2014
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.

RPM should not be starting service on installation?
3 participants