Hi folks, I have an app (NetSupport School) that has a client app that needs to run on each machine it is installed. It came pre-packaged with a logind.plist file that contains all the info needed however I am not sure how to use it to have this client start on all machines? What am I missing here?
Here's what the file looks like:
<plist version="1.0"> <dict> <key>KeepAlive</key> <false/> <key>Label</key> <string>com.netsupport.logind</string> <key>LimitLoadToSessionType</key> <array> <string>LoginWindow</string> </array> <key>OnDemand</key> <false/> <key>ProgramArguments</key> <array> <string>/Applications/NetSupport/NetSupportSchool/Client.app/Contents/MacOS/Client</string> <string>--notaps</string> </array> </dict> </plist>