diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-13 10:02:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-13 15:01:41 +0000 |
commit | d4e5bf54c9974e5ad47ca34821e40ca11820b465 (patch) | |
tree | d5be19463c08b0a0afef582d9a655bc845c096d4 /testing/samba/samba.logrotate | |
parent | ac054af1fe0687ac5b92a12f28445beca08f824f (diff) | |
download | aports-d4e5bf54c9974e5ad47ca34821e40ca11820b465.tar.bz2 aports-d4e5bf54c9974e5ad47ca34821e40ca11820b465.tar.xz |
testing/samba: test samba4
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 +} |