mirror of
https://github.com/unraid/api.git
synced 2026-02-17 21:48:34 -06:00
fix: run hourly
This commit is contained in:
@@ -6,7 +6,7 @@ import { execa } from 'execa';
|
||||
export class LogCleanupService {
|
||||
private readonly logger = new Logger(LogCleanupService.name);
|
||||
|
||||
@Cron('* * * * *')
|
||||
@Cron('0 * * * *')
|
||||
async handleCron() {
|
||||
try {
|
||||
this.logger.debug('Running logrotate');
|
||||
|
||||
Reference in New Issue
Block a user