Sha256: c1dd173fcd0fb47f271819f59dc08d579bc6d20b991468fa5f477ea09581a0b9

Contents?: true

Size: 562 Bytes

Versions: 21

Compression:

Stored size: 562 Bytes

Contents

<?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">
<!-- Put this file in /Library/LaunchDaemons/ -->
<plist version = "1.0">
  <dict>
    <key>Label</key>
    <string>com.papertrailapp.remote_syslog</string>
    <key>RunAtLoad</key>
    <true/>
    <key>KeepAlive</key>
    <true/>
    <key>UserName</key>
    <string>root</string>
    <key>ProgramArguments</key>
    <array>
      <string>remote_syslog</string>
      <string>-D</string>
    </array>
  </dict>
</plist>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
remote_syslog-1.6.2 examples/com.papertrailapp.remote_syslog.plist