ControlTier > core
 

startService

Command Reference

Description

Start the service process.

The startService command is a hook command overriden by subtypes providing a service specific procedure to bring the service into a running state.

Usage

ctl -t Service -o <objectname> -c startService [-executable <>] [-script <>] [-spawn <>]

Options

Option Description Type Default
executable executable to run string ${entity.attribute.service-start-executable}
script script to execute string ${entity.attribute.service-start-script}
spawn whether to spawn the script execution string ${entity.attribute.service-spawn}