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

Add quotes around the command to daemon #294

Closed
wants to merge 3 commits into from

Conversation

cryptomeme
Copy link

Pull Request (PR) description

Add quotes around the command passed to daemon, causing it to start successfully and with a parent process id of 1 on CentOS 6 / SysV init.

As it is, /var/log/node_exporter will need to have the owner changed to match the node-exporter user if it already exists. On my systems, this was previously owned by root.

This Pull Request (PR) fixes the following issues

Fixes #293

@bastelfreak
Copy link
Member

Hi @cryptomeme, thanks for the patch, Can you add an acceptance test to verify that the fix is working?

@bastelfreak bastelfreak added the bug Something isn't working label Feb 10, 2019
@bastelfreak
Copy link
Member

I enabled the acceptance tests on CentOS 6

@bastelfreak
Copy link
Member

Hi,
I'm going to close this PR due to inactivity. Please reopen it and check the travis errors, if you're still interested in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SysV init script leaves dangling shell processes
2 participants