summaryrefslogtreecommitdiffstats
path: root/packaging/Debian/debian-stable/winbind.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Debian/debian-stable/winbind.logrotate')
-rw-r--r--packaging/Debian/debian-stable/winbind.logrotate10
1 files changed, 10 insertions, 0 deletions
diff --git a/packaging/Debian/debian-stable/winbind.logrotate b/packaging/Debian/debian-stable/winbind.logrotate
new file mode 100644
index 00000000000..e36cd1281c5
--- /dev/null
+++ b/packaging/Debian/debian-stable/winbind.logrotate
@@ -0,0 +1,10 @@
+/var/log/samba/log.winbindd {
+ weekly
+ missingok
+ rotate 7
+ postrotate
+ [ -f /var/run/samba/winbindd.pid ] && kill -HUP `cat /var/run/samba/winbindd.pid`
+ endscript
+ compress
+ notifempty
+}