GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RUNCRON(1) User Contributed Perl Documentation RUNCRON(1)

runcron - cron-runner

    % 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)

runcron is wrapper command for cron jobs inspired by cronlog <https://github.com/kazuho/kaztools/blob/master/cronlog>.

Default behaviour is same like cronlog.

like as follows.

    timestamp: 1
    reporter:  Stdout
    error_reporter:
      - Stdout
      - "+MyApp::Reporter::IRC"

SEE ALSO

App::RunCron, cronlog <https://github.com/kazuho/kaztools/blob/master/cronlog>

2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.