]> git.pld-linux.org Git - packages/samba.git/blob - samba3.logrotate
- enable ceph vfs module as ceph 0.73 has fixed header
[packages/samba.git] / samba3.logrotate
1 /var/log/samba/log.* {
2         sharedscripts
3         notifempty
4         missingok
5         olddir /var/log/archive/samba
6         postrotate
7                 /bin/killall -HUP nmbd smbd
8         endscript
9 }
This page took 0.046337 seconds and 3 git commands to generate.