Files
container/scripts
Patrick Linnane 14c279fcd2 Add option to stop services in all launchd domains (#1077)
- Services started from Terminal run in the `gui/$uid`
  launchd domain. When `ensure-container-stopped.sh`
  runs from a different context, `launchctl managername`
  may return a different domain, causing the script to
  check the wrong domain and miss running services.
  I noticed this after upgrading `container` via Homebrew.
- Introduces a getopt option `-a` that allows booting out all
  domains explicitly. Also adds `-h` for a usage message.

Signed-off-by: Patrick Linnane <patrick@linnane.io>
2026-01-23 17:56:35 -08:00
..
2025-06-05 15:51:55 -07:00