summarylogtreecommitdiffstats
path: root/fluentd.install
diff options
context:
space:
mode:
authorGeorge Rawlinson2021-04-26 09:26:31 +0000
committerGeorge Rawlinson2021-04-26 09:26:31 +0000
commite7ecf7d1c57894e9e4a66e8e98bde9ee9e6cd22f (patch)
treee38683fd4fbf4a4d0021109c873d685f3d86953b /fluentd.install
parent44027325dedeca8e1a6fa1753978b019bf062d81 (diff)
downloadaur-e7ecf7d1c57894e9e4a66e8e98bde9ee9e6cd22f.tar.gz
upgpkg: fluentd 1.12.3-2
* Added missing dependencies: ruby-{bundler,webrick} * Added optional dependencies: jemalloc, ruby-oj * Added install note for enabling usage of jemalloc * Added configuration file /etc/conf.d/fluentd * Removed included fluentd.conf in favour of upstream template
Diffstat (limited to 'fluentd.install')
-rw-r--r--fluentd.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/fluentd.install b/fluentd.install
new file mode 100644
index 000000000000..5acb99393476
--- /dev/null
+++ b/fluentd.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat <<-EOF
+
+ If a more efficient malloc implementation is desired, jemalloc can
+ be optionally installed. In order for fluentd to use this, a reference
+ to jemalloc is required in LD_PRELOAD environment variable.
+
+ This can be done via 'systemctl edit fluentd.service', and should
+ look like 'Environment=LD_PRELOAD=/usr/lib/libjemalloc.so'.
+
+ EOF
+}