initctl event chain to start on correspondence question (was "Re: umask 7000 invalid with upstart (!)?")

Garrett Cooper yanegomi at gmail.com
Tue Sep 8 23:43:13 BST 2009


On Tue, Sep 8, 2009 at 3:41 PM, Garrett Cooper<yanegomi at gmail.com> wrote:
> Hi,
>    Really basic question. If I do something like the following:
>
>    initctl emit multiple=1 events=2 are=3 fine=4 too=5
>
>    This should result in the event chain:
>
>    multiple=1 and events=2 and are=3 and fine=4 and too=5
>
>    correct? I ask because when I try and do the following, it fails:
>
> [nova-cavium17:~]$ cat /etc/init/jobs.d/emit_blah
> emits multiple events are fine too
> exec initctl emit multiple=1 events=2 are=3 fine=4 too=5
> [nova-cavium17:~]$ cat /etc/init/jobs.d/emit_ooh
> start on multiple=1 and events=2 and are=3 and fine=4 and too=5
> [nova-cavium17:~]$ start emit_blah
> [nova-cavium17:~]$ status emit_ooh
> emit_ooh not running
>
>    Is this expected to work or am I missing some subtle note somewhere..?
> Thanks,
> -Garrett

Ugh... forgot to rename the subject. Sorry ><.
-Garrett



More information about the upstart-devel mailing list