blob: 43fbb5cdf472068016cc36736828a2dcc8e814eb [file] [log] [blame]
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/files/klogd.initd,v 1.3 2015/04/30 09:02:21 vapier Exp $
command="/bin/busybox klogd"
command_args="${KLOGD_OPTS}"
pidfile="/var/run/klogd.pid"
depend() {
need clock hostname
}