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

Fix services that have TimeoutStartSec=0 #49700

Closed
nh2 opened this issue Nov 3, 2018 · 2 comments
Closed

Fix services that have TimeoutStartSec=0 #49700

nh2 opened this issue Nov 3, 2018 · 2 comments
Labels
0.kind: bug Something is broken

Comments

@nh2
Copy link
Contributor

nh2 commented Nov 3, 2018

Issue description

TimeoutStartSec = 0 is likely wrong, it doesn't make much sense to expect that the service starts in 0 time. Perhaps infinite was meant?

Units we know we should investigate and fix:

@cyounkins
Copy link
Contributor

Previous versions of systemd used 0 to disable the timeout logic.

Ref: https://github.com/systemd/systemd/blob/4f7dc24f8bbb3c312a46dc8d8f25658d02d47bfe/NEWS#L2798

The correct new value is infinity

@nh2
Copy link
Contributor Author

nh2 commented Nov 25, 2018

Thanks @cyounkins!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants