Skip to content

Instantly share code, notes, and snippets.

@command-tab
Created May 2, 2013 15:49

Revisions

  1. @bjoernalbers bjoernalbers created this gist May 15, 2012.
    25 changes: 25 additions & 0 deletions com.splunk.splunkforwarder.plist
    Original 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>