Skip to content
Snippets Groups Projects
Select Git revision
  • 3e6affa73d59b0ca71b9f23f1cdda79727913eee
  • zig default
  • master
  • zig-threaded
  • openat
  • chdir
  • clear
  • compll
  • v1.18.1
  • v2.2.2
  • v1.18
  • v2.2.1
  • v2.2
  • v1.17
  • v2.1.2
  • v2.1.1
  • v2.1
  • v2.0.1
  • v2.0
  • v2.0-beta3
  • v2.0-beta2
  • v2.0-beta1
  • v1.16
  • v1.15.1
  • v1.15
  • v1.14.2
  • v1.14.1
  • v1.14
28 results

util.c

Blame
  • WApp.cron 706 B
    #+--------------------------- minute [0-59;*/10 means every 10 minutes (0,10,20,30,40,50)]
    #|       +------------------- hour [0-23]
    #|       |   +--------------- day of month [1-31]
    #|       |   | +------------- month [1-12]
    #|       |   | | +----------- day of week [0-7; 0 or 7 is Sunday]
    #|       |   | | |  +-------- user
    #|       |   | | |  |     +-- command
    #|       |   | | |  |     |
    
    SCRIPT_PATH=/opt/warden-app/
    
    */5  *   * * *  root    cd $SCRIPT_PATH; ./warden-receiver.pl
    
    21   *   * * *  root    cd $SCRIPT_PATH; ./warden-factory.pl MOD_IPTABLES_1
    
    21   *   * * *  root    cd $SCRIPT_PATH; ./warden-factory.pl MOD_BLACKLISTIP_1
    
    1    1   * * *  root    cd $SCRIPT_PATH; ./warden-cleaner.pl