From: janw Date: Thu, 2 Jul 2009 15:09:36 +0000 (+0000) Subject: Add $network and $named as dependencies to init script. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4f1ff35776840f077a9ed0918be421ff4975c56f;p=gosa.git Add $network and $named as dependencies to init script. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13876 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/debian/gosa-si-common.init b/gosa-si/debian/gosa-si-common.init index d155ef802..8ce729a38 100755 --- a/gosa-si/debian/gosa-si-common.init +++ b/gosa-si/debian/gosa-si-common.init @@ -3,8 +3,8 @@ # ### BEGIN INIT INFO # Provides: gosa-si -# Required-Start: $syslog $time -# Required-Stop: $syslog $time +# Required-Start: $network $named $syslog $time +# Required-Stop: $network $named $syslog $time # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: GOsa message server/client component