diff options
Diffstat (limited to 'net-p2p/uhub/files/uhub.logrotate')
-rw-r--r-- | net-p2p/uhub/files/uhub.logrotate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-p2p/uhub/files/uhub.logrotate b/net-p2p/uhub/files/uhub.logrotate new file mode 100644 index 0000000..f8e6b6c --- /dev/null +++ b/net-p2p/uhub/files/uhub.logrotate @@ -0,0 +1,7 @@ +/var/log/uhub.log { + compress + size 10M + rotate 10 + missingok + notifempty +} |