[17:30] xnox/stgraber: lp:~jamesodhunt/upstart/setenv+getenv now has working set-env, get-env and list-env. I'll add unset-env and reset-env tomorrow. [17:30] cool! [17:31] awesome =) [17:31] I also found a nasty bug in d-feet in the process: https://bugs.launchpad.net/ubuntu/+source/d-feet/+bug/1097303 [17:31] that'll teach me to use gui tools :) [18:13] jodh, about lp #1097303: can you try "true" or tell me the function with the (string, boolean) signature, please? [20:15] hello [20:16] Is there a way to create a job with attibutes, something like start sevice one, start service two [20:16] so I have one service job, but I also supply specific attibutes [20:17] based on those attibutes I start/stop different processes [20:48] gansbrest: you can pass environment variables into jobs with initctl/start [20:48] gansbrest: so 'start jobname FOO=1' will set FOO=1 in the environment of jobname [20:49] gansbrest: you can also use the 'instance' keyword to run multiple instances of the same job based on different variable values. [20:49] gansbrest: you might notice that each network interface has its own instance of the 'network-interface' job [21:19] wow, this is useful info, thanks a lot!! [21:33] gansbrest: be sure to read the upstart cookbook (see /topic ) [21:33] yes yes, I'm reading it now, it looks exactly like I need [21:34] http://upstart.ubuntu.com/cookbook/#instance [21:34] ☺ [21:34] and I mean read the whole cookbook, it has lots of useful information & tips