Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 712 Bytes

gemstash-start.1.md

File metadata and controls

22 lines (14 loc) · 712 Bytes

Name

gemstash-start - Starts the Gemstash server

Synopsis

gemstash start [--no-daemonize] [--config-file FILE]

Description

Starts the Gemstash server.

Options

  • --config-file FILE: Specify the config file to use. If you aren't using the default config file at ~/.gemstash/config.yml or ~/.gemstash/config.yml.erb, then you must specify the config file via this option.

  • --no-daemonize: The Gemstash server daemonizes itself by default. Provide this option to instead run the server until Ctrl-C is typed. When not daemonized, the log will be output to standard out.