Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 1.34 KB

daemon.md

File metadata and controls

69 lines (49 loc) · 1.34 KB

Help

  1. Starting and stopping processes
  2. Controlling the Daemon
  3. Managing clusters
  4. Installing and running apps
  5. Remote access and monitoring (e.g. guv-web)
  6. Web interface
  7. Web interface - configuration
  8. Web interface - user management
  9. Programmatic access
  10. Programmatic access - local
  11. Programmatic access - remote
  12. Programmatic access - events

Controlling the Daemon

  1. config
  2. kill
  3. logs
  4. dump
  5. restore

config

Prints out a configuration option

guv config <path>

e.g.

$ guv config remote.inspector.enabled
// prints 'true'

kill

Stop all processes and kill the daemon. By default all currently running processes will be saved and restarted when guvnor restarts.

guv kill

logs

Show live logs for a process (or all processes if <pid> is omitted) in the console

guv logs [pid]

dump

Create /etc/guvnor/processes.json with a list of running processes to for use with guv restore

guv dump

restore

Restore running processes from /etc/guvnor/processes.json

guv restore