From 962c35425636e3f942fd8a624369a7c53748f47e Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- etc/logrotate.d/mpd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 etc/logrotate.d/mpd (limited to 'etc/logrotate.d/mpd') diff --git a/etc/logrotate.d/mpd b/etc/logrotate.d/mpd new file mode 100644 index 0000000..597c4fb --- /dev/null +++ b/etc/logrotate.d/mpd @@ -0,0 +1,9 @@ +/var/lib/mpd/log { + missingok + weekly + delaycompress + compress + postrotate + /etc/init.d/mpd --quiet reload + endscript +} -- cgit 1.4.1