Sha256: 0f96d3a0ff32c6f5cf388584da556d52485070e818f4251b1e33b34fab243794
Contents?: true
Size: 426 Bytes
Versions: 13
Compression:
Stored size: 426 Bytes
Contents
# Cron job running by default every two hours, at 45 minutes +/- 3 # minutes. The lock file can be enabled or disabled via: # # service oneacct-export-cron start # chkconfig oneacct-export-cron on # # Note that the lock file not existing is a success (and # over-all success is needed in order to prevent error # messages from cron). 42 */2 * * * apel [ ! -f /var/lock/oneacct-export-cron ] || /usr/bin/oneacct-export-cron
Version data entries
13 entries across 13 versions & 1 rubygems