]> git.pld-linux.org Git - packages/samba.git/blobdiff - samba.logrotate
- release 2 (by relup.sh)
[packages/samba.git] / samba.logrotate
index 4a3ce674411126b2de535036032e1f26316b6c86..199317d1bc5f8417ea0cc4fdc061455c89c1d293 100644 (file)
@@ -1,7 +1,10 @@
 /var/log/samba/log.* {
-       olddir /var/log/archiv/samba
+       sharedscripts
+       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
+               /sbin/service smb reload >/dev/null || :
+               /sbin/service samba reload >/dev/null || :
+       endscript
+}
This page took 0.05829 seconds and 4 git commands to generate.