launched.parseclatencyutility.plist
Edit · Copy to clipboard · View raw · Download
<?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>KeepAlive</key>
<dict>
<key>Crashed</key>
<true/>
</dict>
<key>Label</key>
<string>launched.parseclatencyutility</string>
<key>ProgramArguments</key>
<array>
<string>sh</string>
<string>-c</string>
<string>/opt/bin/parsecLatencyUtility</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/opt/bin/logs/err.txt</string>
<key>StandardOutPath</key>
<string>/opt/bin/logs/log.txt</string>
<key>StartInterval</key>
<integer>10</integer>
<key>UserName</key>
<string>arbifox</string>
</dict>
</plist>
To install:
curl https://launched.zerowidth.com/plists/aQtNH2H68a/install | sh
Copy to clipboard ·
View install script
To install manually:
mkdir -p ~/Library/LaunchAgents
curl -o ~/Library/LaunchAgents/launched.parseclatencyutility.plist https://launched.zerowidth.com/plists/aQtNH2H68a.xml
launchctl load -w ~/Library/LaunchAgents/launched.parseclatencyutility.plist
Or, to install as root:
curl -o ~/Downloads/launched.parseclatencyutility.plist https://launched.zerowidth.com/plists/aQtNH2H68a.xml
sudo cp ~/Downloads/launched.parseclatencyutility.plist /Library/LaunchDaemons
sudo launchctl load -w /Library/LaunchDaemons/launched.parseclatencyutility.plist