NAME
runcron - cron-runner
SYNOPSIS
% runcron [options] -- [command]
--logfile=s # log file (Optional)
--timestamp # add timestamp or not (Default: undef)
--announcer=s # announcer (Optional)
--reporter=s # reporter (Default: None)
--error_reporter=s # error_reporter (Default: Stdout)
--common_reporter=s # common_reporter (Optional)
--tag=s # identifier of the job (Optional)
--config|c=s # configuration file (Default: runcron.yml (Optional))
command # command to be executed (Required)
DESCRIPTION
runcron is wrapper command for cron jobs inspired by cronlog.
Default behaviour is same like cronlog.
CONFIUGRATION FILE
like as follows.
timestamp: 1
reporter: Stdout
error_reporter:
- Stdout
- "+MyApp::Reporter::IRC"