diff --git a/Kit/helpers.swift b/Kit/helpers.swift index 93090ff3..cf8bcb56 100644 --- a/Kit/helpers.swift +++ b/Kit/helpers.swift @@ -993,7 +993,7 @@ public class SMCHelper { } var error: Unmanaged? - if SMJobBless(kSMDomainUserLaunchd, "eu.exelban.Stats.SMC.Helper" as CFString, authRef, &error) == false { + if SMJobBless(kSMDomainSystemLaunchd, "eu.exelban.Stats.SMC.Helper" as CFString, authRef, &error) == false { let blessError = error!.takeRetainedValue() as Error print("Error while installing the Helper: \(blessError.localizedDescription)") completion(false)