]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: Fix value for "processId" in HACKING doc
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 18 Oct 2021 12:29:15 +0000 (14:29 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 18 Oct 2021 14:02:05 +0000 (15:02 +0100)
This needs to be pickRemoteProcess to make sure the UI shows
the PIDs of processes in the mkosi container instead of processes
on the host system.

docs/HACKING.md

index 7ca30486a6b651277bb9e976ecef932615426a6a..1d84efc8ae41880a4673603e6fb42e8f54677e67 100644 (file)
@@ -286,7 +286,7 @@ following contents:
         {
             "type": "cppdbg",
             "program": "/usr/lib/systemd/systemd",
-            "processId": "${command:pickProcess}",
+            "processId": "${command:pickRemoteProcess}",
             "request": "attach",
             "name": "systemd",
             "pipeTransport": {