summaryrefslogtreecommitdiff
path: root/media-sound/mpd/files/mpd-0.21.1.logrotate
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-17 16:50:14 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-17 16:50:14 +0000
commit15c3fc2a40a699512a1334df4d40ba25f9bba2b4 (patch)
tree6bd189cf84d5a5365aeae0d6a02949d73b95e50f /media-sound/mpd/files/mpd-0.21.1.logrotate
parent6b5b302ba9ccdf5f2b4ee5d76852e15f06a258f4 (diff)
media-sound/mpd : fix build with media-video/ffmpeg-6.1
Diffstat (limited to 'media-sound/mpd/files/mpd-0.21.1.logrotate')
-rw-r--r--media-sound/mpd/files/mpd-0.21.1.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/media-sound/mpd/files/mpd-0.21.1.logrotate b/media-sound/mpd/files/mpd-0.21.1.logrotate
new file mode 100644
index 00000000..597c4fb2
--- /dev/null
+++ b/media-sound/mpd/files/mpd-0.21.1.logrotate
@@ -0,0 +1,9 @@
+/var/lib/mpd/log {
+ missingok
+ weekly
+ delaycompress
+ compress
+ postrotate
+ /etc/init.d/mpd --quiet reload
+ endscript
+}