aboutsummaryrefslogtreecommitdiffstats
path: root/sys-apps/sysvinit/files/bootlogd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/sysvinit/files/bootlogd.initd')
-rw-r--r--sys-apps/sysvinit/files/bootlogd.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sysvinit/files/bootlogd.initd b/sys-apps/sysvinit/files/bootlogd.initd
index a422192..ef238c1 100644
--- a/sys-apps/sysvinit/files/bootlogd.initd
+++ b/sys-apps/sysvinit/files/bootlogd.initd
@@ -1,8 +1,8 @@
#!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
description="bootlogd - record boot messages (sysvinit)"
pidfile="/run/bootlogd"
command="/sbin/bootlogd"
-command_args="-p ${pidfile}"
+command_args="-p ${pidfile} ${BOOTLOGD_ARGS}"