[DRE-commits] [unicorn] 01/01: Hint to start unicorn after postgresql

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Thu Sep 24 14:15:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch master
in repository unicorn.

commit ce4e4d0cf741ae29814f8ab1adaa7679b381be1f
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Thu Sep 24 17:15:15 2015 +0300

    Hint to start unicorn after postgresql
---
 debian/unicorn.init | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/unicorn.init b/debian/unicorn.init
index 1a01cee..f1dc774 100644
--- a/debian/unicorn.init
+++ b/debian/unicorn.init
@@ -3,8 +3,8 @@
 # Provides:          unicorn
 # Required-Start:    $local_fs $remote_fs
 # Required-Stop:     $local_fs $remote_fs
-# Should-Start:      mysql
-# Should-Stop:       mysql
+# Should-Start:      mysql postgresql
+# Should-Stop:       mysql postgresql
 # 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