view distribution/config/commands/service.properties @ 2608:1286dad1ad8f

Fill in command-group-metadata Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-February/022220.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-March/022331.html
author Andrew Azores <aazores@redhat.com>
date Fri, 03 Mar 2017 12:45:11 -0500
parents 404613dd8275
children
line wrap: on
line source

bundles = com.redhat.thermostat.storage.mongodb=${project.version}, \
          com.redhat.thermostat.process=${project.version}, \
          com.redhat.thermostat.agent.command=${project.version}, \
          com.redhat.thermostat.storage.cli=${project.version}, \
          com.redhat.thermostat.agent.cli=${project.version}, \
          com.redhat.thermostat.agent.ipc.tcpsocket.server=${project.version}, \
          @service.extra.bundles@

summary = run the thermostat storage and agent

description = Start the thermostat storage and agent as foreground processes. \
  On exit, shut them both down. This is a convenience command that is \
  deprecated. It may be removed in a future release. Use 'web-storage-service' \
  instead.

usage = service [-l <level>]

options = AUTO_LOG_OPTION

environments = cli

command-groups=thermostat-core