Enable launchd service before bootstraping

This commit is contained in:
T. R. Bernstein
2024-06-28 03:07:28 +02:00
committed by T. R. Bernstein
parent c2653794be
commit 9c3d17e62b

View File

@@ -117,6 +117,7 @@ function createLaunchDaemon() {
}
function enableLaunchDaemon() {
launchctl enable system/${launchDaemonPath%.*}
launchctl bootstrap system ${launchDaemonPath}
}