Changeset 402 for trunk/confman.conf.in


Ignore:
Timestamp:
07/24/2009 17:51:27 (3 years ago)
Author:
blee
Message:

Implement a configurable delay command for confsync and confaudit.

Fixes #55

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman.conf.in

    r363 r402  
    7373CONF_SSH_KEY="/root/.ssh/id_rsa" 
    7474 
     75# A command to delay the execution of confsync 
     76CONF_SYNC_DELAY_CMD="" 
     77 
     78# A command to delay the execution of confaudit 
     79CONF_AUDIT_DELAY_CMD="" 
     80 
    7581# Enable or disable debugging 
    7682DEBUG="false" 
Note: See TracChangeset for help on using the changeset viewer.