Created
December 10, 2014 14:36
-
-
Save rickheil/2da910565756b9f1276b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>org.observium.agent</string> | |
<key>OnDemand</key> | |
<true/> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/usr/bin/observium_agent</string> | |
</array> | |
<key>ServiceDescription</key> | |
<string>observium unix agent</string> | |
<key>Sockets</key> | |
<dict> | |
<key>Listener</key> | |
<dict> | |
<key>SockFamily</key> | |
<string>IPv4</string> | |
<key>SockProtocol</key> | |
<string>TCP</string> | |
<key>SockServiceName</key> | |
<string>36602</string> | |
<key>SockType</key> | |
<string>stream</string> | |
</dict> | |
</dict> | |
<key>inetdCompatibility</key> | |
<dict> | |
<key>Wait</key> | |
<false/> | |
</dict> | |
<key>UserName</key> | |
<string>root</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment