summaryrefslogtreecommitdiffstats
path: root/firebird-logrotate
diff options
context:
space:
mode:
authorPhilippe Makowski <philippe.makowski@rtech.fr>2016-02-24 16:14:15 +0100
committerPhilippe Makowski <philippe.makowski@rtech.fr>2016-02-24 16:14:15 +0100
commit441f84c30bbf51cb2d44b7d6d1d5ef2ca219243d (patch)
tree44a4f100034e2434d111b7d0c3977e6050cfb100 /firebird-logrotate
downloadfirebird3-441f84c30bbf51cb2d44b7d6d1d5ef2ca219243d.tar.gz
firebird3-441f84c30bbf51cb2d44b7d6d1d5ef2ca219243d.tar.xz
firebird3-441f84c30bbf51cb2d44b7d6d1d5ef2ca219243d.zip
First commit, start the work
Diffstat (limited to 'firebird-logrotate')
-rw-r--r--firebird-logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/firebird-logrotate b/firebird-logrotate
new file mode 100644
index 0000000..5da6610
--- /dev/null
+++ b/firebird-logrotate
@@ -0,0 +1,9 @@
+firebird.log {
+ weekly
+ missingok
+ rotate 52
+ compress
+ delaycompress
+ notifempty
+ create 640 firebird adm
+ }