66
www.obarun.org

66-start

This command starts one ore more services defined in tree.

Interface

	66-start [ -h help ] [ -v verbosity ] [ -l live ] [ -t tree ] [ -T timeout ] [ -r reload ] service(s)"
	

This tool expects to find an already enabled service inside the given tree and an already running scandir. If the state of the service is already up, 66-start do nothing execpt in case of -r option—see reload transition.

Multiple services can be started by seperating their names with a space.

Options

Dependencies handling

In case of 'bundle', 'longrun' or 'oneshot' services, the dependencies chain will be automatically resolves. It is unnecessary to manually define chained sets of dependencies. If FooA have a declared dependency FooB, FooB will be automatically added to the chain at FooA starting process and FooB will be started first. This is done recursively.

Classic services transitions

Obviously, if one of those process fail 66-start fail too and exit 111.

Bundle,longrun,oneshot transitions

Obviously, if one of those process fail 66-start fail too and exit 111.

Reload transitions

Classic

Obviously, if one of those process fail 66-start fail too and exit 111.

Bundle,longrun,oneshot

Obviously, if one of those process fail 66-start fail too and exit 111.