How to launch a daemon using launchtl?

1.1k Views Asked by At

I am trying to launch a daemon using below and running into Path had bad ownership/permissions,how to fix this and launch and make sure it is running?

teambot47:wifi_bas_server username$ sudo launchctl load -w /Users/username/wifi-automation/technology_version_report/com.company.internal.technologyreport.daily.plist 
/Users/username/wifi-automation/technology_version_report/com.company.internal.technologyreport.daily.plist: Path had bad ownership/permissions

Following are the permissions on the plist

teambot47:wifi_bas_server username$ ls -lrta /Users/username/wifi-automation/technology_version_report/com.company.internal.technologyreport.daily.plist
-rwxrwxrwx  1 username  staff  811 May 17 15:38 /Users/username/wifi-automation/technology_version_report/com.company.internal.technologyreport.daily.plist
0

There are 0 best solutions below