summaryrefslogtreecommitdiff
blob: 4c6dbbc5f46363f36a881ca97636b8892becb4e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/runscript
# Copyright 1999-2012 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.2 2012/12/21 03:15:28 blueness Exp $

command="/bin/busybox klogd"
command_args="${KLOGD_OPTS}"
pidfile="/var/run/klogd.pid"

depend() {
	need clock hostname
}