summaryrefslogtreecommitdiff
path: root/app-admin/fluentd/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/fluentd/files')
-rw-r--r--app-admin/fluentd/files/fluentd.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/fluentd/files/fluentd.initd b/app-admin/fluentd/files/fluentd.initd
index b2e39d55f60e..03fb7fbff7e7 100644
--- a/app-admin/fluentd/files/fluentd.initd
+++ b/app-admin/fluentd/files/fluentd.initd
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
command=/usr/bin/fluentd
@@ -8,6 +8,7 @@ pidfile=/var/run/fluentd.pid
command_args="--daemon ${pidfile} --no-supervisor -o ${logfile} ${fluentd_opts}"
command_background=yes
command_user=fluentd:fluentd
+retry="${retry:-TERM/10/KILL/30}"
start_pre() {
fluentd -q --dry-run