jaydeepsolanki commited on
Commit
1bc1c91
·
verified ·
1 Parent(s): 70a3f1b

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +14 -0
start.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ set -e
3
+
4
+ echo "Starting Redis..."
5
+
6
+ redis-server \
7
+ --daemonize yes \
8
+ --save "" \
9
+ --appendonly no
10
+
11
+
12
+ echo "Starting MediaFlow Proxy Light..."
13
+
14
+ exec /app/mediaflow-proxy-light