From 6ecce0ae53814efa0bc2217f20d72830e3e79381 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Thu, 22 May 2014 01:08:26 +0400 Subject: [PATCH] Start after MySQL/PostgreSQL --- contrib/init.d/bugzilla | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/init.d/bugzilla b/contrib/init.d/bugzilla index efc1d4eb4..bd840a826 100755 --- a/contrib/init.d/bugzilla +++ b/contrib/init.d/bugzilla @@ -3,6 +3,7 @@ # Provides: bugzilla # Required-Start: $local_fs $remote_fs $network $syslog # Required-Stop: $local_fs $remote_fs $network $syslog +# Should-Start: mysql postgresql # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start/stop standalone Bugzilla server.