I'm curious if there is a generic method [or generally recommended method] of installing a launch daemon onto a Mac, using Casper. (Specifically I need to use a daemon to launch a command at specific times/dates as root.)
Since the launch daemon is essentially a PLIST file, I think it's a bit overkill to create a package that just has the PLIST in it, upload it to Casper and deliver that with a policy.
I was thinking that a script within Casper could write the PLIST on demand (clever scripting could accept variables to have a generic "write basic launchd" script), but I was curious to know if anyone else has had to deal with pushing out launchd (or launch agents for that matter).
