Liking cljdoc? Tell your friends :D

jepsen.mongodb.cluster

Functions for starting and stopping MongoDB deployments.

Functions for starting and stopping MongoDB deployments.
raw docstring

init!cljmultimethod

source

kill!cljmultimethod

source

start!cljmultimethod

source

start-daemon!clj

(start-daemon! test opts bin & args)

Starts a daemon process, logging stdout and stderr to the given file. Invokes bin with args. Options are:

:background? :chdir :logfile :make-pidfile? :match-executable? :match-process-name? :pidfile :process-name

Starts a daemon process, logging stdout and stderr to the given file.
Invokes `bin` with `args`. Options are:

:background?
:chdir
:logfile
:make-pidfile?
:match-executable?
:match-process-name?
:pidfile
:process-name
sourceraw docstring

stop!cljmultimethod

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close