Re: Service startup priority?


Chronological Thread 
  • From: Jeppe Nejsum Madsen <jeppe@ingolfs.dk>
  • To: chef@lists.opscode.com
  • Subject: Re: Service startup priority?
  • Date: Fri, 12 Jun 2009 10:36:55 +0200


On 12/06/2009, at 00.56, Arjuna Christensen wrote:


On 12/06/2009, at 10:54 AM, Jeppe Nejsum Madsen wrote:

Hi

Hello again!



Using the service resource, is it possible to specify the startup priority with the enable action?

Not currently, I'm afraid. Feel free to open a ticket and mark it for 0.7.2, I'll get onto it if someone else doesn't ;

Here you go: http://tickets.opscode.com/browse/CHEF-366

In the meantime, I've added this to my recipe:

execute 'fixservices' do
  command %Q{
    update-rc.d -f mountec2vol remove
    update-rc.d mountec2vol defaults 18 22
  }
end


/Jeppe




Archive powered by MHonArc 2.6.16.

§