<div dir="ltr">Unfortunately I like taking things apart to understand how the work ....<div><br></div><div>I get that the upstart jobs are controlled by events .... so if I have a job with:</div><div><br></div><div>      start on fred</div><div><br></div><div>and I run at the command line:</div><div><br></div><div>      initcrl emit fred</div><div><br></div><div>the job/task runs.</div><div><br></div><div>But now, looking through /etc/init/ I see other jobs with stanzas like:</div><div><br></div><div>    start on stopped rc</div><div>or</div><div>    start on runlevel [2345]</div><div><br></div><div>How do those extra parameters get passed in the event if "initctl emit" only accepts NAME=VALUE pairs as parameters??</div><div><br></div><div>Thanks,</div><div><br></div><div>--> Rob</div><div><br></div></div>