mirror of
https://github.com/apple/container.git
synced 2026-09-22 23:55:34 +00:00
[Docs] Fix typo in BUILDING.md: launchd -> launchctl (#1146)
## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Breaking change - [x] Documentation update ## Motivation and Context The debug instructions in `BUILDING.md` incorrectly reference launchd list instead of `launchctl` list. `launchd` is the daemon itself and cannot be invoked directly. ## Testing - [ ] Tested locally - [ ] Added/updated tests - [x] Added/updated docs
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ Attach debugger to the XPC helpers using their launchd service labels:
|
||||
% container system start
|
||||
% container run -d --name test debian:bookworm sleep infinity
|
||||
test
|
||||
% launchd list | grep container
|
||||
% launchctl list | grep container
|
||||
27068 0 com.apple.container.container-network-vmnet.default
|
||||
27072 0 com.apple.container.container-core-images
|
||||
26980 0 com.apple.container.apiserver
|
||||
|
||||
Reference in New Issue
Block a user