Hi all,

I wanted to start two services A, B while B depends on A (B should start 
only after A is started). I can't see a way in the current service module 
to force the priority of the installed service. Have you got any ideas how 
to attack the problem, preferably in a cross-platform (at least 
cross-Linux) manner.

I use Ubuntu 14.04 which doesn't honour the LSB init header because there 
are some legacy services there. The only way I managed to do it from 
command line is setting priority manually like:

sudo update-rc.d A defaults
sudo update-rc.d B defaults 25


  Any help appreciated.

  Cheers,
  Jacek

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c6f965ae-fd01-465f-9c80-4b9019815fe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to