git.samba.org
/
samba.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2837b45e89617c47ad595eed45b5b7348cb9637f
[samba.git]
/
examples
/
redhat
/
samba.log
1
/var/log/samba {
2
postrotate
3
/usr/bin/killall -HUP smbd
4
endrotate
5
}
6
7
/var/log/samba.nmb {
8
postrotate
9
/usr/bin/killall -HUP nmbd
10
endrotate
11
}
12
13
/var/log/samba.smb {
14
postrotate
15
/usr/bin/killall -HUP smbd
16
endrotate
17
}