From aab74b582cbe58d25607f943e3390f3ced5e2886 Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Fri, 3 Apr 2026 15:46:23 -0700 Subject: [PATCH] fix(gateway): replace deprecated launchctl start/stop with kickstart/kill launchctl load/unload/start/stop are deprecated on macOS since 10.10 and fail silently on modern versions. This replaces them with the current equivalents: - load -> bootstrap gui/ - unload -> bootout gui//