From 2e857bb69dfa5c5ac646076bcb58d65fe850e6c2 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 28 Jun 2012 18:43:43 -0300 Subject: [PATCH] Declare initscript dependency on postgresql --- etc/init.d/noosfero | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/etc/init.d/noosfero b/etc/init.d/noosfero index a400439..90bd9f8 100755 --- a/etc/init.d/noosfero +++ b/etc/init.d/noosfero @@ -3,6 +3,8 @@ # Provides: noosfero # Required-Start: $remote_fs # Required-Stop: $remote_fs +# Should-Start: postgresql +# Should-Stop: postgresql # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Example initscript -- libgit2 0.21.2