Update cmd/cloudflared/macos_service.go

update link to the Mac-specific documentation in Mac-specific code

Co-authored-by: chungthuang <7826979+chungthuang@users.noreply.github.com>
This commit is contained in:
VFLC 2024-04-02 15:29:33 +00:00 committed by GitHub
parent 5e15c3d4b3
commit 19241ba525
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ func installLaunchd(c *cli.Context) error {
log.Info().Msg("Installing cloudflared client as an user launch agent. " +
"Note that cloudflared client will only run when the user is logged in. " +
"If you want to run cloudflared client at boot, install with root permission. " +
"For more information, visit https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/configure-tunnels/local-management/as-a-service")
"For more information, visit https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/configure-tunnels/local-management/as-a-service/macos/")
}
etPath, err := os.Executable()
if err != nil {