use upstart config from docker docs. closes #1015

This commit is contained in:
Michael Hobbs
2015-03-19 16:12:33 -07:00
parent 65af77e1bc
commit f9b0f3ad34

View File

@@ -16,7 +16,7 @@ case "$DOKKU_DISTRO" in
cat<<EOF > /etc/init/dokku-redeploy.conf
description "Dokku app redeploy service"
start on (started docker)
start on filesystem and started docker
script
sleep 2 # give docker some time