Linux Commands Examples

A great documentation place for Linux commands

upstart-event-bridge

Bridge between system Upstart and session Upstart


see also : init

Synopsis

upstart-events-bridge [OPTIONS]...


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0

Some examples of Upstart events generated by this bridge:
:sys:restarted

Event emitted when the system Upstart is restarted.

:sys:*

Any event emitted on the system Upstart.


description

upstart-events-bridge receives information about Upstart system events(8) have completed and creates Upstart session events for them.

It emits events which match the pattern ":sys:*". Forwarding any event that’s triggered on the system upstart as well as a virtual "restarted" event when upstart itself is restarted (during upgrades).

See upstart-events(7) and for further details.

This bridge should be run as a user, after the session bus has been setup and only once per session init.

options

--daemon

Detach and run in the background.

--debug

Enable debugging output.

--help

Show brief usage summary.

--verbose

Enable verbose output.

copyright

Copyright © 2012 Canonical Ltd.

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


bugs

Report bugs at <https://launchpad.net/ubuntu/+source/upstart/+bugs>


see also

init init events


author

Written by Stéphane Graber <stgraber[:at:]ubuntu[:dot:]com>

How can this site be more helpful to YOU ?


give  feedback