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

CentOS 7 systemd service file fixes #88

Merged
merged 4 commits into from Aug 3, 2015

Conversation

tanji
Copy link

@tanji tanji commented Jul 29, 2015

This PR includes small changes in the systemd service file in order to make the systemd PID integration work.
/var/run (or /run) is a temporary filesystem in CentOS 7, so directories will be wiped out on server reboot. Either /run must be used as basedir or the directory must be created by the service itself. I have taken the latter approach.
Also this PR includes a modification to the limit of open files in the service file, as we found out that this caused service failure for some users.

markus456 added a commit that referenced this pull request Aug 3, 2015
CentOS 7 systemd service file fixes
@markus456 markus456 merged commit 81dcb2d into mariadb-corporation:develop Aug 3, 2015
@tanji tanji deleted the centos7-systemd-fix branch August 6, 2015 18:50
liangg added a commit to airbnb/MaxScale that referenced this pull request Oct 13, 2016
…use_atomic_add

[Dbproxy] Use atomic_add when maintaining conn pool stats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants