From 7436a908e240b9edcd12c21e90620abdb09f9511 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 9 Jul 2023 07:10:53 +0000 Subject: automatic import of resalloc --- logrotate | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 logrotate (limited to 'logrotate') diff --git a/logrotate b/logrotate new file mode 100644 index 0000000..f1ff9a3 --- /dev/null +++ b/logrotate @@ -0,0 +1,15 @@ +compress + +/var/log/resallocserver/main.log { + missingok + notifempty + rotate 4 + weekly + copytruncate +} + +/var/log/resallocserver/hooks.log { + missingok + rotate 7 + daily +} -- cgit v1.2.3