-
Notifications
You must be signed in to change notification settings - Fork 41
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
RFE: Add StartTransientUnit #1033
Labels
Milestone
Comments
engelmi
added a commit
to engelmi/bluechi
that referenced
this issue
Jan 29, 2025
Relates to: eclipse-bluechi#1033 In order to provide a more complete set of systemd APIs through BlueChi the StartTransientUnit is being added. It also added a new integration test for the new API method. Signed-off-by: Michael Engel <[email protected]>
engelmi
added a commit
to engelmi/bluechi
that referenced
this issue
Jan 29, 2025
Relates to: eclipse-bluechi#1033 In order to provide a more complete set of systemd APIs through BlueChi the StartTransientUnit is being added. It also added a new integration test for the new API method. Signed-off-by: Michael Engel <[email protected]>
engelmi
added a commit
to engelmi/bluechi
that referenced
this issue
Jan 29, 2025
Relates to: eclipse-bluechi#1033 In order to provide a more complete set of systemd APIs through BlueChi the StartTransientUnit is being added. It also added a new integration test for the new API method. Signed-off-by: Michael Engel <[email protected]>
engelmi
added a commit
to engelmi/bluechi
that referenced
this issue
Jan 29, 2025
Relates to: eclipse-bluechi#1033 In order to provide a more complete set of systemd APIs through BlueChi the StartTransientUnit is being added. It also added a new integration test for the new API method. Signed-off-by: Michael Engel <[email protected]>
engelmi
added a commit
to engelmi/bluechi
that referenced
this issue
Jan 29, 2025
Relates to: eclipse-bluechi#1033 In order to provide a more complete set of systemd APIs through BlueChi the StartTransientUnit is being added. It also added a new integration test for the new API method. Signed-off-by: Michael Engel <[email protected]>
engelmi
added a commit
to engelmi/bluechi
that referenced
this issue
Jan 29, 2025
Relates to: eclipse-bluechi#1033 In order to provide a more complete set of systemd APIs through BlueChi the StartTransientUnit is being added. It also added a new integration test for the new API method. Signed-off-by: Michael Engel <[email protected]>
engelmi
added a commit
to engelmi/bluechi
that referenced
this issue
Jan 29, 2025
Relates to: eclipse-bluechi#1033 In order to provide a more complete set of systemd APIs through BlueChi the StartTransientUnit is being added. It also added a new integration test for the new API method. Signed-off-by: Michael Engel <[email protected]>
engelmi
added a commit
that referenced
this issue
Jan 29, 2025
Relates to: #1033 In order to provide a more complete set of systemd APIs through BlueChi the StartTransientUnit is being added. It also added a new integration test for the new API method. Signed-off-by: Michael Engel <[email protected]>
Done in #1034. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This RFE resulted from #931.
Please describe what you would like to see
In order to be able to start transient units, it is necessary to extend BlueChi by the
StartTransientUnit
API provided in the systemd Manager API (see the freedesktop systemd documentation.Please describe the solution you'd like
bluechi-controller
: Add new API methodStartTransientUnit
on public DBus for interfaceorg.eclipse.bluechi.Node
and delegate tobluechi-agent
bluechi-agent
: Add new APIStartTransientUnit
on internal DBus and delegate to systemd busbluechictl
The text was updated successfully, but these errors were encountered: