]> git.pld-linux.org Git - packages/mongodb.git/commitdiff
fix paths in logrotate file
authorElan Ruusamäe <glen@delfi.ee>
Mon, 27 May 2013 21:02:17 +0000 (00:02 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 27 May 2013 21:02:17 +0000 (00:02 +0300)
mongodb.logrotate

index 8fadf5f47785cbba7a52011ea49623ad1bd058eb..734fdec59d80ae22a6e34a599c9f8fcc7594fd6d 100644 (file)
@@ -1,5 +1,5 @@
-/var/log/mongo/*.log {
-       olddir /var/log/archive/mongo
+/var/log/mongodb/*.log {
+       olddir /var/log/archive/mongodb
        su mongod mongod
        weekly
        rotate 10
@@ -9,5 +9,3 @@
        notifempty
        missingok
 }
-
-
This page took 0.089764 seconds and 4 git commands to generate.