summaryrefslogtreecommitdiff
blob: 7483fb308c4911773c7e6a528d29e169e717188f (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-watchdog/files/busybox-watchdog.initd,v 1.2 2012/08/29 13:27:03 sbriesen Exp $

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

depend() {
	provide watchdog
}