diff --git a/logrotate.cfg b/logrotate.cfg new file mode 100644 index 0000000..7ada389 --- /dev/null +++ b/logrotate.cfg @@ -0,0 +1,9 @@ +/root/log.txt { + monthly + rotate 3 + compress + missingok + notifempty + copytruncate + dateext +} \ No newline at end of file