summaryrefslogtreecommitdiffstats
path: root/docker-entry.sh
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-06-16 14:15:55 -0400
committerChristopher Speller <crspeller@gmail.com>2015-06-16 17:23:32 -0400
commit43a35119d453401d811c8e2ee289d60067dec442 (patch)
tree0fb39140c02b9b9bd36325b7aaf9b5b2590d650a /docker-entry.sh
parent5c5b7d9738ede69c3224c3f3706c1b39b84f8796 (diff)
downloadchat-43a35119d453401d811c8e2ee289d60067dec442.tar.gz
chat-43a35119d453401d811c8e2ee289d60067dec442.tar.bz2
chat-43a35119d453401d811c8e2ee289d60067dec442.zip
Modifications for sending local mail
Diffstat (limited to 'docker-entry.sh')
-rwxr-xr-xdocker-entry.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-entry.sh b/docker-entry.sh
index 10809fc1d..3a273e365 100755
--- a/docker-entry.sh
+++ b/docker-entry.sh
@@ -101,6 +101,9 @@ sleep 5
# ------------------------
+echo starting postfix
+/etc/init.d/postfix restart
+
echo starting redis
redis-server &