Brett Miller
Brett Miller
The problem with not using the mpkg version, and the reason I opened this, is that it is difficult to install the universal version due to Apple flagging it as...
In my case systemctl doesn't exist but I was able to do the same thing with launchctl. On an M1 system the command was: sudo launchctl load /Library/LaunchDaemons/meshagent_osx64_LaunchDaemon.plist On an...
I may have found a solution to this. If you run: `sudo nano /Library/LaunchDaemons/meshagent.plist` And modify the file to match this: ``` Label com.mesh.meshagent ProgramArguments /usr/local/mesh_services/meshagent/meshagent RunAtLoad KeepAlive Crashed ```...