Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/logstash/files/logstash.sh

Issue 29327588: Issue 2864 - Introduce class logstash (Closed)
Patch Set: Created Sept. 14, 2015, 7:23 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/logstash/files/logstash.sh
diff --git a/modules/logstash/files/logstash.sh b/modules/logstash/files/logstash.sh
new file mode 100644
index 0000000000000000000000000000000000000000..6b7b399a219936daef2647a3665f293a815ef4fd
--- /dev/null
+++ b/modules/logstash/files/logstash.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec /opt/logstash/bin/logstash "$@"
+

Powered by Google App Engine
This is Rietveld