From e3641f727f2cb691967cb964c402de6df343247f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 4 Mar 2015 08:35:54 -0800 Subject: [PATCH] Start processes after network and named Log processing requires networking and name resolution to be available. Specify these deps in the LSB init headers so that we get proper boot time start sequences for these services. Change-Id: Ic36eba2654e7425f3aba8ee5c215150b7d94d658 --- files/jenkins-log-client.init | 4 ++-- templates/jenkins-log-worker.init.erb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/jenkins-log-client.init b/files/jenkins-log-client.init index 04357b3..49f9d65 100755 --- a/files/jenkins-log-client.init +++ b/files/jenkins-log-client.init @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: jenkins-log-client -# Required-Start: $remote_fs $syslog -# Required-Stop: $remote_fs $syslog +# Required-Start: $remote_fs $syslog $named $network +# Required-Stop: $remote_fs $syslog $named $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Jenkins Log Client diff --git a/templates/jenkins-log-worker.init.erb b/templates/jenkins-log-worker.init.erb index 152a97b..f122623 100755 --- a/templates/jenkins-log-worker.init.erb +++ b/templates/jenkins-log-worker.init.erb @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: jenkins-log-worker -# Required-Start: $remote_fs $syslog -# Required-Stop: $remote_fs $syslog +# Required-Start: $remote_fs $syslog $named $network +# Required-Stop: $remote_fs $syslog $named $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Jenkins Log Worker