Hey folks, I am having an issue that is perplexing me to no end. I have both a LaunchDaemon and a LaunchAgent that run at boot.
From what I read, the LD should run when the computer is turned on, even before someone logs on. Currently its running when a user logs in. The script is setup to remove student accounts upon reboot. (its a lab where students use gigs of data at a time, this prevents the computer from running out of hard drive space).
The LA is a docutil file. I think I know what I need to do for that one (add in a line of script to wait until the Dock is loaded before running the docutil script).
Any idea why the LD is running when the user logs in, not when the computer starts?
