From 273e5fe4a3cee61d72576d6111965bd8453274b7 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 10 Jan 2012 17:52:36 -0300 Subject: social/diaspora-postgresql-git-20120105-1 --- social/diaspora-git/diaspora.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'social/diaspora-git/diaspora.rc') diff --git a/social/diaspora-git/diaspora.rc b/social/diaspora-git/diaspora.rc index bd79237ee..8464f3947 100644 --- a/social/diaspora-git/diaspora.rc +++ b/social/diaspora-git/diaspora.rc @@ -10,8 +10,8 @@ PID=`pgrep -u $daemon_name` case "$1" in start) - #Check if mysqld and redis are running, start them if not - ck_daemon mysqld && /etc/rc.d/mysqld start + #Check if db and redis are running, start them if not + ck_daemon -DB- && /etc/rc.d/-DB- start ck_daemon redis && /etc/rc.d/redis start if [ ! -e /var/log/$daemon_name.log ]; then -- cgit v1.2.3-54-g00ecf