From 9a26d3fdc7fca2df6f824b56034ab9a823e898d8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 15 Jul 2022 00:52:21 +0100 Subject: added python deps for libvirt --- repo/samba/samba.logrotate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 repo/samba/samba.logrotate (limited to 'repo/samba/samba.logrotate') diff --git a/repo/samba/samba.logrotate b/repo/samba/samba.logrotate new file mode 100644 index 0000000..88abb90 --- /dev/null +++ b/repo/samba/samba.logrotate @@ -0,0 +1,9 @@ +/var/log/samba/log.* /var/log/samba/*.log { + notifempty + missingok + sharedscripts + copytruncate + postrotate + /etc/init.d/samba --quiet --ifstarted reload + endscript +} -- cgit v1.2.1