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

Support Amazon Linux as an upstart capable Linux distro #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

evadnoob
Copy link

...ich makes sense since it's a port of centos or redhat.

To install with the upstart daemon run like:
sudo bash -c 'USE_UPSTART=1 /usr/local/elasticsearch/bin/service/elasticsearch install'
Also see gist here: https://gist.github.com/evadnoob/5869793

… which makes sense since it's a port of centos or redhat.

To install with the upstart daemon run like:
sudo bash -c 'USE_UPSTART=1 /usr/local/elasticsearch/bin/service/elasticsearch install'
Also see gist here: https://gist.github.com/evadnoob/5869793
@kimchy
Copy link
Member

kimchy commented Jun 26, 2013

so, the service wrapper is actually a library we use and embed, I tend to be cautious about changing code there, since the next version we pull in means we need to maintain it. have you looked into just using our deb package?

@evadnoob
Copy link
Author

No, have not looked into it as adding more linux distributions to our mix makes maintenance harder :-) Same argument you're making.

The change is pretty trivial and doesn't seem much different than the difference between redhat linux and centos. It doesn't really matter too much to me if you pull this request, I've forked it, it's fine for me. But I'd thought I'd share that I've got it working with with just minor changes to use upstart.

On Jun 26, 2013, at 4:57 PM, Shay Banon [email protected] wrote:

so, the service wrapper is actually a library we use and embed, I tend to be cautious about changing code there, since the next version we pull in means we need to maintain it. have you looked into just using our deb package?


Reply to this email directly or view it on GitHub.

@kimchy
Copy link
Member

kimchy commented Jun 28, 2013

What is the problem with installing from the deb package (which includes init.d build in)? Compared to the tag.gz with the addition of service wrapper and having to configure paths and such?

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