start --version (return code: 0)
start (upstart 1.13.2)
Copyright (C) 2006-2014 Canonical Ltd., 2011 Scott James Remnant
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
start --help (return code: 0)
Usage: start [OPTION]... JOB [KEY=VALUE]...
Start job.
Options:
-n, --no-wait do not wait for job to start before exiting
--session use existing D-Bus session bus to connect to init
daemon (for testing)
--system use D-Bus system bus to connect to init daemon
--dest=NAME destination well-known name on D-Bus bus
--user run in user mode (as used for user sessions)
-q, --quiet reduce output to errors only
-v, --verbose increase output to include informational messages
--help display this help and exit
--version output version information and exit
JOB is the name of the job that is to be started, this may be followed by zero
or more environment variables to be defined in the new job.
The environment may also serve to distinguish between job instances, and thus
decide whether a new instance will be started or an error returned if an
existing instance is already running.
Report bugs to <upstart-devel@lists.ubuntu.com>