EGOPOLY

Topics include: programming, Apple, Unix, gadgets, large-scale web sites and other nerdy stuff.

launchdaemon notes

2009-02-26 08:43:19

Prepare plist file to load:

sudo chown root /Library/LaunchDaemons/whatever.plist sudo chgrp wheel /Library/LaunchDaemons/whatever.plist sudo chmod 644 /Library/LaunchDaemons/wharever.plist

load it up:

sudo launchctl load -w /Library/LaunchDaemons/whatever.plist