From 9c3d17e62b31ec6831d71afd1d081a292403cc73 Mon Sep 17 00:00:00 2001 From: "T. R. Bernstein" <137705289+trbernstein@users.noreply.github.com> Date: Fri, 28 Jun 2024 03:07:28 +0200 Subject: [PATCH] Enable launchd service before bootstraping --- modules/05-install-remap-keys.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/05-install-remap-keys.sh b/modules/05-install-remap-keys.sh index 7727485..869ad91 100755 --- a/modules/05-install-remap-keys.sh +++ b/modules/05-install-remap-keys.sh @@ -117,6 +117,7 @@ function createLaunchDaemon() { } function enableLaunchDaemon() { + launchctl enable system/${launchDaemonPath%.*} launchctl bootstrap system ${launchDaemonPath} }