# RBatch Run-Conf (.rbatchrc) # # This format is YAML. # # ------------------- # Global setting # ------------------- # Conf Directory # # Default is "/conf" # is replaced to ${RB_HOME} # #conf_dir: /config/ #conf_dir: /etc/rbatch/ # Common config file name # # Default is "common.yaml" # #common_conf_name: share.yaml # Library Directory # # Default is "/lib" # is replaced to ${RB_HOME} # #lib_dir: /usr/local/lib/rbatch/ # Auto Library Load # # Default is true # If true, require "(library directory)/*.rb" before script run. # #auto_lib_load: true #auto_lib_load: false # Forbit Script Double Run # # Default is false. # If true, two same name scripts cannot run at the same time. # #forbid_double_run: true #forbid_double_run: false # ------------------- # Cmd setting # ------------------- # Raise Exception # # Default is false. # If true, when command exit status is not 0, raise exception. # #cmd_raise : true #cmd_raise : false # Command Timeout # # Default is 0 [sec]. # #cmd_timeout: 5 # ------------------- # Log setting # ------------------- # Log Directory # # Default is "/log" # is replaced to ${RB_HOME} # #log_dir: /rb_log #log_dir: /var/log/rbatch/ # Log File Name # # Default is "_