diff options
Diffstat (limited to 'debian/ryu-bin.ryu.logrotate')
-rw-r--r-- | debian/ryu-bin.ryu.logrotate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/ryu-bin.ryu.logrotate b/debian/ryu-bin.ryu.logrotate new file mode 100644 index 00000000..2801ccbf --- /dev/null +++ b/debian/ryu-bin.ryu.logrotate @@ -0,0 +1,7 @@ +/var/log/ryu/ryu.log { + daily + missingok + compress + delaycompress + notifempty +} |