Launchd, daemons and permissions
http://discussions.apple.com/thread.jspa?threadID=2098974&stqc=true
It seems I didn't, and - okay - it has probably got something to do with me not knowing too much about agents and daemons.
The situation is this: I have a service (Ray Media Server) that I would like to keep running at all times. I managed to get a plist file written, and got so far as to have the service running as an agent, which unfortunately means that I have to be logged in for the service to run. That is no good, so I obviously have to make it run as a daemon.
But I can't...
When I move the plist file to /Library/LaunchDaemons it doesn't work. I guess it has something to do with permissions, but I don't know what. I have tried tinkering with ownership and permissions - as of now root:admin owns the plist file and the whole directory (as well as alle files in that directory) the script-file is located in.
The service doesn't start, and nothing is written to my log files.
Any ideas?
Max OS X Server (Xserve), Mac OS X (10.5.5)