Eavis / web_app

0 stars 0 forks source link

Error while executing .plist file Path had bad ownership/permissions #2

Open Eavis opened 7 years ago

Eavis commented 7 years ago

Try changing to ownership of the .plist file, as noted here.

sudo chown root /Library/LaunchDaemons/myfile.plist sudo chgrp wheel /Library/LaunchDaemons/myfile.plist It is also worth noting that these root LaunchDaemons can't be world writable, for security reasons: sudo chmod o-w /Library/LaunchDaemons/*