diff options
Diffstat (limited to 'testing/logrotate/logrotate.cron.daily')
-rwxr-xr-x | testing/logrotate/logrotate.cron.daily | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/logrotate/logrotate.cron.daily b/testing/logrotate/logrotate.cron.daily new file mode 100755 index 000000000..e8ab921ea --- /dev/null +++ b/testing/logrotate/logrotate.cron.daily @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/sbin/logrotate /etc/logrotate.conf |