summaryrefslogtreecommitdiff
blob: b0b32fc24137627bb1f32edfb9d2a8a9509482db (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/app-admin/busybox-sysklogd/files/busybox-sysklogd.initd,v 1.1 2012/08/21 12:44:33 sbriesen Exp $

# Note: the klogd applet does not produce a pidfile
command="/bin/busybox klogd"
command_args="${KLOGD_OPTS}"

depend() {
	need clock hostname
}