From 8995700a09efa425f7beefe3246dc798b2a2aedb Mon Sep 17 00:00:00 2001 From: kloczek Date: Tue, 26 Jan 1999 03:19:43 +0000 Subject: [PATCH 1/1] - initial version hc-cron sources and patches. Changed files: cron.logrotate -> 1.1 --- cron.logrotate | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cron.logrotate diff --git a/cron.logrotate b/cron.logrotate new file mode 100644 index 0000000..a0f51d1 --- /dev/null +++ b/cron.logrotate @@ -0,0 +1,5 @@ +/var/log/cron { + postrotate + /usr/bin/killall -HUP crond + endscript +} -- 2.44.0