mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
use upstart config from docker docs. closes #1015
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user