0.0.3 • Published 12 years ago

keepitup v0.0.3

Weekly downloads
7
License
-
Repository
github
Last release
12 years ago

Keeping it Up

Usage:

Usage: keepitup [options] -- COMMAND [ARGS ...]

Options:

  -h, --help                 output usage information
  -V, --version              output the version number
  -w, --watch <target>       watch target
  -C, --current <directory>  execute from directory
  -u, --uptime <time>        minimum uptime for auto restart (seconds)
  -l, --logfile <file>       write to logfile

Example:

keepitup --logfile /tmp/my.log -- node my/script.js

Keepitup does not daemonize, it monitors and restarts a single process should it exit.

Keepitup supports some basic but useful options, like redirecting STDOUT to a log file.