[DRE-commits] [unicorn] 02/03: init: attempt to start after "mysql" to avoid potential failure in application.
Dmitry Smirnov
onlyjob at moszumanska.debian.org
Fri Jun 19 02:58:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
onlyjob pushed a commit to branch master
in repository unicorn.
commit b0d88cf
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date: Fri Jun 19 02:11:34 2015
init: attempt to start after "mysql" to avoid potential failure in application.
---
debian/unicorn.init | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/unicorn.init b/debian/unicorn.init
index de5135b..1a01cee 100644
--- a/debian/unicorn.init
+++ b/debian/unicorn.init
@@ -3,6 +3,8 @@
# Provides: unicorn
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
+# Should-Start: mysql
+# Should-Stop: mysql
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: unicorn initscript
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/unicorn.git
More information about the Pkg-ruby-extras-commits
mailing list