diff --git a/internal/daemon/launchd.go b/internal/daemon/launchd.go index 74831f0..bd66451 100644 --- a/internal/daemon/launchd.go +++ b/internal/daemon/launchd.go @@ -21,7 +21,7 @@ var runLaunchctl = func(args ...string) (string, error) { } // labelPrefix is the launchd reverse-DNS prefix. The actual label -// includes the account: e.g. "com.vika2603.telegram-cli.cuiko31". +// includes the account: e.g. "com.vika2603.telegram-cli.". const labelPrefix = "com.vika2603.telegram-cli" type launchdManager struct {