Folks, I'm bumping into a wall. I've got a LaunchDaemon I'm trying to package and include in my configs. Essentially, it's a "Second Boot" mechanism to kick off our encryption software and some other stuff that's not apparently working as an "after" script, for whatever reason.
I can verify that it's built correctly, and will launch and run appropriately if I manually load it (with launchctl). What I don't get is WHY I had to manually load it! If it's placed in the /Library/LaunchDaemons folder, why wouldn't it automatically load? What else am I missing?
