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 units to Type=exec instead of default Type=simple #7358

Open
legoktm opened this issue Nov 25, 2024 · 0 comments · May be fixed by #7404
Open

Switch systemd units to Type=exec instead of default Type=simple #7358

legoktm opened this issue Nov 25, 2024 · 0 comments · May be fixed by #7404
Assignees

Comments

@legoktm
Copy link
Member

legoktm commented Nov 25, 2024

Description

Follow-up from #7349 and #7350 (review); most of our systemd units are using the default of Type=simple but we'd prefer the Type=exec semantics.

legoktm added a commit that referenced this issue Jan 6, 2025
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 linked a pull request Jan 6, 2025 that will close this issue
3 tasks
@legoktm legoktm self-assigned this Jan 7, 2025
@legoktm legoktm moved this to In Progress in SecureDrop dev cycle Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant