Skip to content

Commit

Permalink
Add launchctl load of wotaskd.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Jul 12, 2011
1 parent 726fe4b commit c50197b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OS-specific/macosx-10.6/README.markdown
Expand Up @@ -74,6 +74,9 @@ Introduce wotaskd to launchd:
sudo chown root com.apple.wotaskd.plist
sudo chgrp wheel com.apple.wotaskd.plist
sudo mv com.apple.wotaskd.plist /System/Library/LaunchDaemons
touch /var/log/webobjects.log
chown appserver /var/log/webobjects.log
sudo launchctl load /System/Library/LaunchDaemons/com.apple.wotaskd.plist

`com.apple.wotaskd.plist` needs an ownership of `root/wheel` otherwise `launchctl` will refused to load it, citing "Dubious ownership".

Expand Down

0 comments on commit c50197b

Please sign in to comment.