diff options
Diffstat (limited to 'testing/samba/samba.logrotate')
-rw-r--r-- | testing/samba/samba.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/samba/samba.logrotate b/testing/samba/samba.logrotate new file mode 100644 index 0000000000..bf957bd747 --- /dev/null +++ b/testing/samba/samba.logrotate @@ -0,0 +1,9 @@ +/var/log/samba/log.* /var/log/samba/*.log { + notifempty + missingok + sharedscripts + copytruncate + postrotate + /bin/kill -HUP `cat /var/run/samba/*.pid 2>/dev/null` 2>/dev/null || true + endscript +} |