summarylogtreecommitdiffstats
path: root/start-stanza.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start-stanza.sh')
-rwxr-xr-xstart-stanza.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/start-stanza.sh b/start-stanza.sh
new file mode 100755
index 000000000000..04e3f9e85b2c
--- /dev/null
+++ b/start-stanza.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+PATH="/opt/stanza/bin:$PATH" exec /opt/stanza/stanza "$@"