[DRE-commits] [diaspora-installer] 03/20: make postgresql optional, add mysql

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Mar 21 13:39:35 UTC 2016


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

praveen pushed a commit to branch master
in repository diaspora-installer.

commit c012c10e080bf013c2d553ddb74038cca7d2a288
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Mar 21 14:48:48 2016 +0530

    make postgresql optional, add mysql
---
 debian/diaspora-common.init | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/diaspora-common.init b/debian/diaspora-common.init
index d33b148..bbe9994 100644
--- a/debian/diaspora-common.init
+++ b/debian/diaspora-common.init
@@ -1,8 +1,10 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides: diaspora
-# Required-Start: $remote_fs $syslog postgresql redis-server
-# Required-Stop: $remote_fs $syslog postgresql redis-server
+# Required-Start: $remote_fs $syslog redis-server
+# Required-Stop: $remote_fs $syslog redis-server
+# Should-Start: postgresql mysql
+# Should-Stop: postgresql mysql
 # Default-Start: 2 3 4 5
 # Default-Stop: 0 1 6
 # Short-Description: Diaspora application server

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora-installer.git



More information about the Pkg-ruby-extras-commits mailing list