Skip to content
Snippets Groups Projects
Select Git revision
  • 8ee4f92893e5587968c0a69e08af1a87a21a668d
  • master default protected
  • devel
  • hruska-feature-clients-api
  • malostik-#5066-deduplicate-idea-ids
  • warden-postgresql-port
  • hruska-feature-#6799-filter-keys
  • hruska-feature-5066-duplicateIdeaID
  • warden-client-3.0-beta3
  • warden-server-3.0-beta3
  • warden-client-2.2-final
  • warden-server-2.2-final
  • warden-client-3.0-beta2
  • warden-server-3.0-beta2
  • warden-client-2.2
  • warden-server-2.2-patch3
  • warden-client-3.0-beta1
  • warden-server-3.0-beta1
  • warden-server-2.2-patch1
  • warden-client-3.0-beta0
  • warden-server-3.0-beta0
  • warden-server-2.2
  • warden-server-2.1-patch1
  • warden-client-2.1
  • warden-server-2.1
  • warden-server-2.1-beta6
  • warden-server-2.1-beta5
  • warden-server-2.1-beta4
28 results

WApp.cron

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