fix: use gateway subcommand for launchd
This commit is contained in:
@@ -115,7 +115,7 @@ extension GatewayLaunchAgentManager {
|
|||||||
quiet: Bool) async -> CommandResult
|
quiet: Bool) async -> CommandResult
|
||||||
{
|
{
|
||||||
let command = CommandResolver.clawdbotCommand(
|
let command = CommandResolver.clawdbotCommand(
|
||||||
subcommand: "daemon",
|
subcommand: "gateway",
|
||||||
extraArgs: self.withJsonFlag(args),
|
extraArgs: self.withJsonFlag(args),
|
||||||
// Launchd management must always run locally, even if remote mode is configured.
|
// Launchd management must always run locally, even if remote mode is configured.
|
||||||
configRoot: ["gateway": ["mode": "local"]])
|
configRoot: ["gateway": ["mode": "local"]])
|
||||||
|
|||||||
Reference in New Issue
Block a user