Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created February 26, 2020 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/48c9cd30f85850259e1b3265e3f8307f to your computer and use it in GitHub Desktop.
Save rtrouton/48c9cd30f85850259e1b3265e3f8307f to your computer and use it in GitHub Desktop.
Homebrew's /usr/local/Cellar/rsyslog/8.2001.0/homebrew.mxcl.rsyslog.plist
<?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>homebrew.mxcl.rsyslog</string>
<key>KeepAlive</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/usr/local/opt/rsyslog/sbin/rsyslogd</string>
<string>-n</string>
<string>-f</string>
<string>/usr/local/etc/rsyslog.conf</string>
<string>-i</string>
<string>/usr/local/var/run/rsyslogd.pid</string>
</array>
<key>StandardErrorPath</key>
<string>/usr/local/var/log/rsyslogd.log</string>
<key>StandardOutPath</key>
<string>/usr/local/var/log/rsyslogd.log</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment