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

Switch systemd services to use Type=exec instead of Type=simple #7404

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

legoktm
Copy link
Member

@legoktm legoktm commented Jan 6, 2025

Status

Ready for review

Description of Changes

Per #7350 (review), exec is the ideal semantics we want, in which systemd verifies it can actually execute the command we want before marking the unit as running.

Aside from that very subtle difference, there should be no user-facing changes.

Fixes #7358.

Testing

  • Visual review
  • CI passes

Deployment

Any special considerations for deployment? n/a

Checklist

Per
<#7350 (review)>,
exec is the ideal semantics we want, in which systemd verifies it can
actually execute the command we want before marking the unit as running.

Aside from that very subtle difference, there should be no user-facing
changes.

Fixes #7358.
@legoktm legoktm requested a review from a team as a code owner January 6, 2025 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Switch systemd units to Type=exec instead of default Type=simple
1 participant