mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
2
main.go
2
main.go
@@ -215,7 +215,7 @@ func runOlmMainWithArgs(ctx context.Context, cancel context.CancelFunc, signalCt
|
|||||||
HTTPAddr: config.HTTPAddr,
|
HTTPAddr: config.HTTPAddr,
|
||||||
SocketPath: config.SocketPath,
|
SocketPath: config.SocketPath,
|
||||||
Version: config.Version,
|
Version: config.Version,
|
||||||
Agent: "olm-cli",
|
Agent: "Olm CLI",
|
||||||
OnExit: cancel, // Pass cancel function directly to trigger shutdown
|
OnExit: cancel, // Pass cancel function directly to trigger shutdown
|
||||||
OnTerminated: cancel,
|
OnTerminated: cancel,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user