Usage: s6 [ global_options... ] command subcommand [ subcommand_options... ] [ args... ]

For details about a command and its options, try: s6 command help (e.g.: s6 live help)

Commands:
  help		this message
  version	print the version of this package
  system	boot and shutdown the system
  live		start and stop services and their dependencies
  process	control individual long-running processes
  set		manipulate sets of services (offline, to later install them live)
  repository	manipulate the service repository itself

Shortcuts:
  enable	s6 set enable
  disable	s6 set disable
  start		s6 live start
  stop		s6 live stop
  kill		s6 process kill
  apply		s6 set apply

Global options:
  -h		--help			equivalent to "s6 help"
  -u		--user			override config values with XDG environment

		--color=yes|no|auto	display fancy or boring-but-parsable text.
					auto is the default: fancy if in a terminal.

 These options override the values set in s6-frontend.conf:
  -v V		--verbosity=V		verbosity (0 is terse, 1 is normal/default, more is verbose)
  -s SCANDIR	--scandir=SCANDIR	where s6-svscan is running
  -l LIVEDIR	--livedir=LIVEDIR	s6-rc live directory
  -r REPODIR	--repodir=REPODIR	s6-rc service set repository
  -c BOOTDB	--bootdb=BOOTDB		live database the system is booting on
		--stmpdir=STMPDIR	root-only temporary directory
		--storelist=LIST	list of service stores
		--fdholder-user=USER	the s6-fdholderd user embedded in service databases

