File size: 186 Bytes
1bc1c91
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
set -e

echo "Starting Redis..."

redis-server \
  --daemonize yes \
  --save "" \
  --appendonly no


echo "Starting MediaFlow Proxy Light..."

exec /app/mediaflow-proxy-light