diff options
Diffstat (limited to 'dev-db/aerospike-server-community/files/aerospike.logrotate')
-rw-r--r-- | dev-db/aerospike-server-community/files/aerospike.logrotate | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-db/aerospike-server-community/files/aerospike.logrotate b/dev-db/aerospike-server-community/files/aerospike.logrotate new file mode 100644 index 000000000000..04aabc4a6017 --- /dev/null +++ b/dev-db/aerospike-server-community/files/aerospike.logrotate @@ -0,0 +1,10 @@ +/var/log/aerospike/aerospike.log { + daily + rotate 90 + dateext + compress + olddir /var/log/aerospike/ + postrotate + kill -HUP `cat /var/run/aerospike/aerospike.pid` + endscript +} |