-
Notifications
You must be signed in to change notification settings - Fork 30
Add param for systemd service options #114
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
Conversation
|
I have changed this PR to allow setting any systemd service option instead of adding a param per option. |
|
I changed rubocop.yaml and set 'TargetRubyVersion' to 2.2 but codeclimate doesn't seem to pick up that change. |
|
Hello @bstopp . Any chance of this PR getting merged? |
|
I was under the impression that the Alternatively, can't the |
|
@bstopp @zipkid @cliffano can we revisit this PR? It would be nice if this go merged. As far as I can tell we need to tackle the last comment. I think it would be nice if the static config like |
|
@bdhoine I will look at this next week. |
|
I'll probably close this in favor of #128. Release coming soon. |
|
@zipkid @bdhoine @cliffano Thanks for all the feedback and help with this. I had some issues trying to merge this change in, that's why i have a different branch with the updates. I'm also running into some issue with updating all the dev gem dependencies. Many of them have updates that require rewriting of large portions of the module, hence why not Gemfile version updates; look for those soon. |
Allow configuring PrivateTmp in systemd service file
https://stackoverflow.com/questions/41702332/attachnotsupportedexception-when-trying-to-start-a-jfr-recording/47664741#47664741