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

Fixes for kibana with systemd #67

Merged
merged 5 commits into from
Dec 15, 2015
Merged

Fixes for kibana with systemd #67

merged 5 commits into from
Dec 15, 2015

Conversation

atopian
Copy link
Contributor

@atopian atopian commented Dec 9, 2015

Kibana by default expects to write to /var/run/kibana.pid, which it cannot do on systemd enabled envrironments. This PR tells kibana to use /run/kibana/kibana.pid instead, and ensures the /run/kibana directory is there and owned as the appropriate user.

@bilsch
Copy link

bilsch commented Dec 14, 2015

@jlambert121 any thoughts on this? I am working on another change which for now is based off of this one as it fixed an issue we had with systemd we were having.

@atopian
Copy link
Contributor Author

atopian commented Dec 14, 2015

This should also resolve #65

@atopian atopian closed this Dec 14, 2015
@atopian
Copy link
Contributor Author

atopian commented Dec 14, 2015

Gah, wrong button, sorry.

@atopian atopian reopened this Dec 14, 2015
@jlambert121
Copy link
Owner

Thanks!

jlambert121 added a commit that referenced this pull request Dec 15, 2015
Fixes for kibana with systemd
@jlambert121 jlambert121 merged commit b61d247 into jlambert121:master Dec 15, 2015
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.

3 participants