/Library/LaunchDaemons/com.fm-aid.pmtl
com.fm-aid.pmtl
<?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>Label</key>
<string>com.fm-aid.pmtl</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/ProcessMakerTLcore/ProcessMakerTLcore</string>
<string>address=*</string>
<string>ProcessMakerTL_Server=Fire</string>
</array>
<key>StandardOutPath</key>
<string>/Users/macuser/Documents/com.fm-aid.pmtl.out</string>
<key>StandardErrorPath</key>
<string>/Users/macuser/Documents/com.fm-aid.pmtl.err</string>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
ターミナル
sudo chown root:wheel /Library/LaunchDaemons/com.fm-aid.pmtl.plist
sudo chmod 644 /Library/LaunchDaemons/com.fm-aid.pmtl.plist
sudo launchctl load /Library/LaunchDaemons/com.fm-aid.pmtl.plist
sudo launchctl start com.fm-aid.pmtl