=== pocek_ is now known as pocek [11:32] Hey guys - I'm using instances in my upstart script - but how do I specify that they should be started at startup? [12:35] Maybe create a job that starts them? [13:03] soren: An upstart script, or a cronjob? [13:05] upstart script [13:10] soren: Sorry - not quite getting it - an upstart script to start another upstart script which uses instances? [13:10] You haven't exactly given a lot of information. [13:11] Sorry - I have an upstart script which uses instances. I use "service fetcher start FID=0" to start the first one, FID=1 to start the second one. [13:11] Right. [13:11] What I'm wondering is - how do I get, say 4 instances to start at boot time? [13:11] Do that from a script. Win. [13:13] That's exactly what I'm here asking - I can't see how to do it in upstart. [13:13] Create an upstart job that starts all these other ones. [13:14] start on whatnot [13:14] script [13:14] start fetcher FID=0 [13:14] start fetcher FID=1 [13:14] start fetcher FID=2 [13:14] start fetcher FID=3 [13:14] start fetcher FID=4 [13:14] start fetcher FID=5 [13:14] .... [13:14] start fetcher FID=10000000 [13:14] end script [13:14] Celebrate [13:15] Haha [13:15] Thanks. I'll give that a shot. [13:20] Works a treat - thanks soren. === Stevee_ is now known as Stevee