I can't get Larch to run from a launchd plist.
I successfully run larch from command line.
I can make an .sh shell script with larch command and parameters and successfully run it from command line.
If I load a launchd plist file created to launch the .sh script I get "exited with -127" errors.
If I load a launchd plist file with the program arguments for larch, then I get "larch not found" errors.
Where is the location of larch? or how do I get larch to run in the path of root for the launchd plist?
Or what am I missing I don't know about?