<div dir="ltr"><div>Hello,</div><div></div><div>Can somebody give me an insight of what these methods really do?</div><div>The documentation is pretty vague: <a href="https://www.freedesktop.org/wiki/Software/systemd/dbus/" target="_blank">https://www.freedesktop.org/wiki/Software/systemd/dbus/</a></div><div><br></div><div>When
 should I use this? For example I am creating a scope which will 
allocate some pids into their cgroups. The scope is created from a 
daemon run from a service unit. The service will eventually be shut down
 and I want the scope to remain if it has pids in it. Should the service
 "abandon" the scope?</div><div><br></div><div>Commit a911bb9ab27ac0eb3 says:<br></div><div><pre>When a process dies that we can associate with a specific unit, start
watching all other processes of that unit, so that we can associate
those processes with the unit too.</pre></div><div>What does "watching a process" mean?</div><div>Are these methods intended to be used only by logind?<br></div><div></div><div>Thanks</div></div>