summaryrefslogtreecommitdiff
path: root/src/etc/cron.hourly/vyos-logrotate-hourly
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-07-07 11:43:40 +0200
committerGitHub <noreply@github.com>2022-07-07 11:43:40 +0200
commitf5e66a451dcd1d98be32e0a7800277cf81441e3d (patch)
tree0349b1bcfad1f0c52437dfef033981bffdcdd119 /src/etc/cron.hourly/vyos-logrotate-hourly
parent46f72030cdf073a69871496ae600c2d2951d808b (diff)
parent52ce659509022807c4a38fcb791abd325f3e8b00 (diff)
downloadvyos-1x-f5e66a451dcd1d98be32e0a7800277cf81441e3d.tar.gz
vyos-1x-f5e66a451dcd1d98be32e0a7800277cf81441e3d.zip
Merge pull request #1399 from sarthurdev/T4500
syslog: T4500: Remove max-size from rsyslog leaving rotation to logrotate
Diffstat (limited to 'src/etc/cron.hourly/vyos-logrotate-hourly')
-rwxr-xr-xsrc/etc/cron.hourly/vyos-logrotate-hourly4
1 files changed, 0 insertions, 4 deletions
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