diff --git a/OS-specific/macosx-10.6/README.markdown b/OS-specific/macosx-10.6/README.markdown index 96a04e8..543f85a 100644 --- a/OS-specific/macosx-10.6/README.markdown +++ b/OS-specific/macosx-10.6/README.markdown @@ -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".