summaryrefslogtreecommitdiffstats
path: root/network/freenx/config/freenx.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'network/freenx/config/freenx.logrotate')
-rw-r--r--network/freenx/config/freenx.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/network/freenx/config/freenx.logrotate b/network/freenx/config/freenx.logrotate
new file mode 100644
index 0000000000..3342cc437c
--- /dev/null
+++ b/network/freenx/config/freenx.logrotate
@@ -0,0 +1,8 @@
+/var/log/nxserver.log {
+ rotate 4
+ size=4M
+ notifempty
+ missingok
+ sharedscripts
+ copytruncate
+}