clockworkd - daemon executing clockwork scripts
Contents
Bugs
If you find a bug, please create an issue https://github.com/tomykaira/clockwork/issues.
For a bug fix or a feature request, please send a pull-request. Do not forget to add tests to show how
your feature works, or what bug is fixed. All existing tests and new tests must pass (TravisCI is
watching).
Description
clockworkd executes clockwork script as a daemon.
You will need the daemons gem to use clockworkd. It is not automatically installed, please install by
yourself.
Name
clockworkd - daemon executing clockwork scripts
Options
--pid-dir=DIR
Alternate directory in which to store the process ids. Default is GEM_LOCATION/tmp.
-i, --identifier=STR
An identifier for the process. Default is clock file name.
-l, --log
Redirect both STDOUT and STDERR to a logfile named clockworkd[.identifier].output in the pid-file
directory.
--log-dir=DIR
A specific directory to put the log files into. Default location is pid directory.
-m, --monitor
Start monitor process.
-c, --clock=FILE
Clock .rb file. Default is GEM_LOCATION/clock.rb.
-d, --dir=DIR
Directory to change to once the process starts
-h, --help
Show help message.
See Also
https://github.com/tomykaira/clockwork.
Ruby Gem August 2014 CLOCKWORKD(1)
Synopsis
clockworkd [-c FILE] [OPTIONS] {start|stop|restart|run}
