<div class="gmail_quote">On Thu, Mar 29, 2012 at 10:10 PM, David Jeske <span dir="ltr"><<a href="mailto:davidj@gmail.com">davidj@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Which leads to my next question. Any thoughts about allowing allowing more flexible config directories anywhere? 

<div class="gmail_quote"><br></div><div class="gmail_quote">I see the user-job feature, but this doesn't seem at all like what I want. I'd like to drop /etc/init/willow.conf that just points to another directory of upstart configs elsewhere.... that perhaps make a hierarchial service namespace.. "willow-(subservice)"</div>



<div class="gmail_quote"><br></div><div class="gmail_quote">I would do that by just running another copy of upstart (i.e. /etc/init/willow-upstart.conf), but in the manual it sounded like this wouldn't really work.</div>

</blockquote><div><br>If all you're looking for is a way to hierarchically group jobs, you can create subdirectories in /etc/init/.<br><br>For example:<br><br>root@desktop:~# cd /etc/init<br>root@desktop:/etc/init# mkdir test<br>

root@desktop:/etc/init# touch test/job.conf<br>root@desktop:/etc/init# initctl list | grep test<br>test/job stop/waiting<br><br>Upstart doesn't currently give namespaces any special functionality, but for purely organizational purposes they work fine.<br>

<br>I may be misunderstanding what you're trying to accomplish though.<br><br>Evan<br></div></div>