All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ingularityExecutor.1.5.0.source-code.logrotate.cron.hbs Maven / Gradle / Ivy

The newest version!
{{#each logrotateForceConfigs}}
{{{ cronSchedule }}} root {{{ ../logrotateCommand }}} -f -s {{{ ../logrotateStateFile }}} {{{ logrotateForceConfigPath }}} {{{ ../outputRedirect }}}
{{/each}}

{{#if logrotateSizeBasedConfig}}
*/5 * * * * root {{{ logrotateCommand }}} -s {{{ logrotateStateFile }}} {{{ logrotateSizeBasedConfig }}} {{{ outputRedirect }}}
{{/if}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy