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

Timeout using systemctl stop rsyslog #35

Open
phr0gz opened this issue May 23, 2017 · 1 comment
Open

Timeout using systemctl stop rsyslog #35

phr0gz opened this issue May 23, 2017 · 1 comment
Assignees

Comments

@phr0gz
Copy link

phr0gz commented May 23, 2017

By default on redhat (and maybe centos), the service time-out is set to 90 seconds.

The rsyslog service (from the rpm) doesn't specify explicitly any time-out value. The default 90 seconds are not enough when the DA queues needs to be filled (when rsyslog need to transfer the the memory queues to the disk queues).
I guess it can be done with the argument "TimeoutStopSec=180" in rsyslog.service

Is it safe to integrate that in the RPM ? Or is it better to handle that by myself?

Thanks,

Ludovic

@phr0gz phr0gz changed the title Timeout using systemctl stop rsylog Timeout using systemctl stop rsyslog May 23, 2017
@rgerhards
Copy link
Member

I think this should be a bit extended inside the RPM, but if you need a much larger (than 180) value, you'll set that yourself.

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

No branches or pull requests

3 participants