I have written a daemon is MAC OS 10.8.
I copied the Unix executable file to startup items.
I have created a .plist file which has Label,KeepAlive flag set to YES and progrrammArguments array's Item0 as /Libray/StartupItems/updaterDaemon.
I want this daemon to run as root when a system start up hence I copied it into startupItems,but the daemon does not get launched.
Please tell what I am doing wrong or What I need to do to launch and run this daemon on system/machine start up.
Thanks in advance.