NEWS followup and a small man addition#9268
Merged
poettering merged 3 commits intosystemd:masterfrom Jun 12, 2018
Merged
Conversation
No additions, just moving stuff around and wording cleanups.
poettering
reviewed
Jun 12, 2018
| * Units gained a new load state "bad-setting", which is used when a | ||
| unit file was loaded, but contained fatal errors which prevent it | ||
| from being started (for example, an ExecStart= path which references | ||
| a non-existent executable). |
Member
There was a problem hiding this comment.
the example isn't right. This state is entered if a service unit has no ExecStart=/ExecStop= line at all, but whether an executable exists at all is only determined when we are going to start it. And that's a good thing as the binary might not exist during early boot yet because its file system is not mounted yet
Member
Author
There was a problem hiding this comment.
So I did test this, before committing. ExecStart=asfdasfasd fails (early), but ExecStart=/bin/fasdfasdfsdf "succeeds" (fails late). But you're right, the example is wrong as written.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.