]> git.pld-linux.org Git - packages/samba.git/blobdiff - samba.logrotate
- enable ceph vfs module as ceph 0.73 has fixed header
[packages/samba.git] / samba.logrotate
index c16327a0afeec53ddc26ec0a7e7c7bffb1fde48f..64efd554ad9d174f68722ec95602b11648b52599 100644 (file)
@@ -1,9 +1,9 @@
 /var/log/samba/log.* {
+       sharedscripts
        notifempty
        missingok
-       olddir /var/log/archiv/samba
+       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 samba
+       endscript
+}
This page took 0.030766 seconds and 4 git commands to generate.