From 52ce659509022807c4a38fcb791abd325f3e8b00 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:35:11 +0200 Subject: syslog: T4500: Remove max-size from rsyslog leaving rotation to logrotate After discussion with @zsdc this was decided the better long term fix * Removes hourly logrotate cron in favour of systemd timer override --- src/etc/cron.hourly/vyos-logrotate-hourly | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 src/etc/cron.hourly/vyos-logrotate-hourly (limited to 'src/etc/cron.hourly/vyos-logrotate-hourly') diff --git a/src/etc/cron.hourly/vyos-logrotate-hourly b/src/etc/cron.hourly/vyos-logrotate-hourly deleted file mode 100755 index f4f56a9c2..000000000 --- a/src/etc/cron.hourly/vyos-logrotate-hourly +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -test -x /usr/sbin/logrotate || exit 0 -/usr/sbin/logrotate /etc/logrotate.conf -- cgit v1.2.3