Skip to content

Commit ce1b629

Browse files
[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
1 parent 3e49dce commit ce1b629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Attach debugger to the XPC helpers using their launchd service labels:
137137
% container system start
138138
% container run -d --name test debian:bookworm sleep infinity
139139
test
140-
% launchd list | grep container
140+
% launchctl list | grep container
141141
27068 0 com.apple.container.container-network-vmnet.default
142142
27072 0 com.apple.container.container-core-images
143143
26980 0 com.apple.container.apiserver

0 commit comments

Comments
 (0)