using StartupItems will not work. I am now trying to start lmgrd with a LaunchDaemon I put the the following plist file in the directory /Library/LaunchDaemons
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>GroupName</key>
<string>staff</string>
<key>InitGroups</key>
<true/>
<key>Label</key>
<string>MATLAB License Manager</string>
<key>LaunchOnlyOnce</key>
<true/>
<key>Program</key>
<string>/Applications/MATLAB_R2015b.app/etc/lmstart</string>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/tmp/MATLAB License Manager.stderr</string>
<key>StandardOutPath</key>
<string>/tmp/MATLAB License Manager.stdout</string>
<key>UserName</key>
<string>matthewfasano</string>
</dict>
</plist>
The log file suggest it runs fine, but lmgrd is not running.