summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2016-01-03 19:19:46 +0100
committerMarc Schiffbauer <mschiff@gentoo.org>2016-01-03 19:20:02 +0100
commit4f4d15e36c34bdf900f9157f5873c2065c0cf188 (patch)
tree25062eb18b6a23e7aa21f241204dff95ba52ae14 /app-misc/taskd/files
parentmedia-libs/sdl2-mixer: version bump (diff)
downloadgentoo-4f4d15e36c34bdf900f9157f5873c2065c0cf188.tar.gz
gentoo-4f4d15e36c34bdf900f9157f5873c2065c0cf188.tar.bz2
gentoo-4f4d15e36c34bdf900f9157f5873c2065c0cf188.zip
app-misc/taskd: revbump: added logrotate, minor improvements
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-misc/taskd/files')
-rw-r--r--app-misc/taskd/files/taskd.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/app-misc/taskd/files/taskd.logrotate b/app-misc/taskd/files/taskd.logrotate
new file mode 100644
index 000000000000..cfce919c114d
--- /dev/null
+++ b/app-misc/taskd/files/taskd.logrotate
@@ -0,0 +1,8 @@
+/var/log/taskd/taskd.log {
+ daily
+ missingok
+ rotate 7
+ compress
+ delaycompress
+ copytruncate
+}