summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/busybox/files/klogd.initd')
-rw-r--r--sys-apps/busybox/files/klogd.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-apps/busybox/files/klogd.initd b/sys-apps/busybox/files/klogd.initd
new file mode 100644
index 000000000000..f584ccb7d93c
--- /dev/null
+++ b/sys-apps/busybox/files/klogd.initd
@@ -0,0 +1,12 @@
+#!/sbin/runscript
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+command="/bin/busybox klogd"
+command_args="${KLOGD_OPTS}"
+pidfile="/var/run/klogd.pid"
+
+depend() {
+ need clock hostname
+}