diff options
Diffstat (limited to 'sys-apps/busybox/files/watchdog.initd')
-rw-r--r-- | sys-apps/busybox/files/watchdog.initd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-apps/busybox/files/watchdog.initd b/sys-apps/busybox/files/watchdog.initd new file mode 100644 index 00000000..821c0f8c --- /dev/null +++ b/sys-apps/busybox/files/watchdog.initd @@ -0,0 +1,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/watchdog.initd,v 1.2 2012/12/21 03:15:28 blueness Exp $ + +command="/bin/busybox watchdog" +command_args="${WATCHDOG_OPTS}" +pidfile="/var/run/watchdog.pid" + +depend() { + provide watchdog +} |