Created
May 2, 2013 15:49
Revisions
-
bjoernalbers created this gist
May 15, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ <?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>Disabled</key> <false/> <key>Label</key> <string>com.splunk.splunkforwarder</string> <key>EnvironmentVariables</key> <dict> <key>SPLUNK_HOME</key> <string>/Applications/splunkforwarder</string> </dict> <key>ProgramArguments</key> <array> <string>/Applications/splunkforwarder/bin/splunk</string> <string>start</string> <string>--no-prompt</string> <string>--answer-yes</string> </array> <key>RunAtLoad</key> <true/> </dict> </plist>