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