Skip to content

systemd: Add utility function to start a transient systemd scope

Benjamin Berg requested to merge benzea/systemd-start-scope into master

In a systemd world, it is often a good idea to move launched applications outside of the own unit into one of their own. This helper allows to do so in a safe and consistent way.

Merge request reports