Skip to content

Conversation

@yeazelm
Copy link
Contributor

@yeazelm yeazelm commented Jan 7, 2026

Issue number:

Closes # #306

Description of changes:
The Restart directive should be Restart=always since it is case sensitive.

Testing done:
When I run systemd-analyze verify on my fedora box:

$ systemd-analyze verify nvlsm.service
nvlsm.service:12: Failed to parse Restart=Always, ignoring: Invalid argument
nvlsm.service: Command /usr/bin/nvlsm is not executable: No such file or directory

After:

$ systemd-analyze verify nvlsm.service
nvlsm.service: Command /usr/bin/nvlsm is not executable: No such file or directory

Since nvlsm isn't installed on my dev box, the remaining error is expected.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

The Restart directive should be Restart=always since it is case
sensitive.

Signed-off-by: Matthew Yeazel <[email protected]>
@yeazelm yeazelm requested a review from maherthomsi January 7, 2026 16:22
@yeazelm yeazelm merged commit ee6cd2a into bottlerocket-os:develop Jan 7, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

3 participants