umask 7000 invalid with upstart (!)?
Casey Dahlin
cdahlin at redhat.com
Wed Sep 9 04:14:30 BST 2009
On 09/08/2009 06:41 PM, Garrett Cooper 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:
>
No. This will result in emitting one event called multiple=1 (which is
an odd name for an event btw) with 4 arguments named 'events,' 'are,'
'fine,' and 'too,' and with the values 2, 3, 4, and 5 respectively.
--CJD
More information about the upstart-devel
mailing list