From d4e5bf54c9974e5ad47ca34821e40ca11820b465 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 13 Aug 2013 10:02:09 +0000 Subject: testing/samba: test samba4 --- testing/samba/samba.logrotate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testing/samba/samba.logrotate (limited to 'testing/samba/samba.logrotate') 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 +} -- cgit v1.2.3