We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
On RHEL8 we recieved the following error when starting Evebox: Failed at step MEMORY spawning /usr/bin/evebox: Cannot allocate memory
I solved this by changing the systemd service file:
From: Environment=CONFIG="-c /etc/evebox/evebox.yaml"
To: Environment='CONFIG=-c /etc/evebox/evebox.yaml'
Maybe the service file has to be changed in the rpm?
Greets,
Arjan
The text was updated successfully, but these errors were encountered:
I can't make this fail for me in CentOS 8, however I do see double quotes used in many unit files, so I'll plan to make this:
Environment="CONFIG=-c /etc/evebox/evebox.yaml"
Sorry, something went wrong.
536be8d
packaging: fix quoting in systemd unit files
5382bf2
Fixes: #270
No branches or pull requests
Hi,
On RHEL8 we recieved the following error when starting Evebox:
Failed at step MEMORY spawning /usr/bin/evebox: Cannot allocate memory
I solved this by changing the systemd service file:
From:
Environment=CONFIG="-c /etc/evebox/evebox.yaml"
To:
Environment='CONFIG=-c /etc/evebox/evebox.yaml'
Maybe the service file has to be changed in the rpm?
Greets,
Arjan
The text was updated successfully, but these errors were encountered: