diff options
Diffstat (limited to 'sys-process/dcron/files/dcron.logrotate')
-rw-r--r-- | sys-process/dcron/files/dcron.logrotate | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-process/dcron/files/dcron.logrotate b/sys-process/dcron/files/dcron.logrotate new file mode 100644 index 000000000000..0577ad1186ae --- /dev/null +++ b/sys-process/dcron/files/dcron.logrotate @@ -0,0 +1,3 @@ +/var/log/cron.log { + copytruncate +} |