Hi,
I made a installation of systrack application to mac OS users from Jamf Pro console.
At starting, I faced some issues with web socket connection error.
Later found the solution to install.
- Package the systrack.pkg file.
- Package the lsiagent configuration file to tmp folder which comes with your systrack installation zip file. And add a below post installation script with in this package as well.
#!/bin/bash sudo mv /private/tmp/lsiagent.cfg /Library/Application Support/Lakeside Software sudo /Library/Application Support/Lakeside Software/lsiagentctl setup
Finally deploy both the packages to end user Macs through policy.
Thanks
