From e5f4fe0a687325106cc955b218897aa843f015c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Thu, 4 Sep 2003 17:23:32 +0000 Subject: [PATCH] - create log with proper permisions Changed files: cron.logrotate -> 1.5 --- cron.logrotate | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cron.logrotate b/cron.logrotate index 05bd564..3b0cab3 100644 --- a/cron.logrotate +++ b/cron.logrotate @@ -1,5 +1,6 @@ /var/log/cron { - postrotate - /bin/killall -HUP crond - endscript + create 660 root crontab + postrotate + /bin/killall -HUP crond + endscript } -- 2.44.0