Sha256: b95cfbd4c44580827cefaffb6fd4c4c1537ee3c1526f8b651daa4746bf9f37d9

Contents?: true

Size: 457 Bytes

Versions: 29

Compression:

Stored size: 457 Bytes

Contents

<%
  @path = "/etc/init/graylog-web.conf"
  @backup = false
%>
description "graylog web"

start on started graylog-server
stop on runlevel [016]

script
  cd <%= rubber_env.graylog_web_dir %>
  exec ./bin/graylog2-web-interface > graylog.log 2>&1
end script

post-start script
  status graylog-web | head -n1 | awk '{print $NF}' > <%= rubber_env.graylog_web_pid_file %>
end script

post-stop script
  rm -f <%= rubber_env.graylog_web_pid_file %>
end script

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
rubber-3.2.2 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-3.2.1 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-3.2.0 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-3.1.0 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-3.0.1 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-3.0.0 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.16.0 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.15.2 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.15.1 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.15.0 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.14.0 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.13.1 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.13.0 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.12.2 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.12.1 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.12.0 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.11.0 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.10.2 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.10.1 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf
rubber-2.10.0 templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf