66
www.obarun.org

66-stop

This command stops one ore more services defined in tree.

Interface

	66-stop [ -h help ] [ -v verbosity ] [ -l live ] [ -t tree ] [ -T timeout ] [ -u unsupervise ] service(s)
	

This tool expects to find an already enabled service inside the given tree and started inside an already running scandir. If the state of the service is already down, 66-stop does nothing. Generally speaking this command is the strict opposite of the 66-start tool.

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

Options

Dependencies handling

In case of 'bundle', 'longrun' or 'oneshot' services, any dependency chain will be resolved automatically. It is unnecessary to manually define chained sets of dependencies. If FooA has a declared dependency on FooB, FooB will be automatically considered and stopped first when stopping FooA. This will run recursively until all dependencies are stopped.

Classic service transitions

If any one of these processes fails then as a result 66-stop fails too and exits with code 111.

Bundle, longrun, oneshot transitions

If any one of these processes fails then as a result 66-start fails too and exits with code 111.