Sha256: 1954e430db977d9f98b4584f77ab169e91f35651ce30d20053bda2a0e6b5184b

Contents?: true

Size: 443 Bytes

Versions: 1

Compression:

Stored size: 443 Bytes

Contents

# logstash - agent instance
#

description     "logstash agent"

start on virtual-filesystems
stop on runlevel [06]

# Respawn it if the process exits
respawn

limit nofile 65550 65550
setuid logstash
setgid logstash

# You need to chdir somewhere writable because logstash needs to unpack a few
# temporary files on startup.
chdir /var/lib/logstash
console log
exec /usr/bin/java -jar /opt/logstash/logstash.jar agent -f /etc/logstash/conf.d

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logstash-lib-1.3.2 pkg/logstash.upstart.ubuntu