]> git.pld-linux.org Git - packages/samba.git/blobdiff - samba.logrotate
- typo
[packages/samba.git] / samba.logrotate
index 4a3ce674411126b2de535036032e1f26316b6c86..66fe44c90c23e37573e70e21210a61ecfb05218b 100644 (file)
@@ -1,7 +1,8 @@
 /var/log/samba/log.* {
-       olddir /var/log/archiv/samba
+       notifempty
+       missingok
+       olddir /var/log/archive/samba
        postrotate
-               /usr/bin/killall -HUP nmbd
-               /usr/bin/killall -HUP smbd
-       endrotate
-}
\ No newline at end of file
+               /bin/killall -HUP nmbd smbd
+       endscript
+}
This page took 0.077219 seconds and 4 git commands to generate.