2015-02-27 01:58:55 +01:00
|
|
|
#!/sbin/runscript
|
|
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-09-06 00:02:27 +02:00
|
|
|
# $Id$
|
2015-02-27 01:58:55 +01:00
|
|
|
|
|
|
|
|
command="/bin/busybox watchdog"
|
|
|
|
|
command_args="${WATCHDOG_OPTS}"
|
|
|
|
|
pidfile="/var/run/watchdog.pid"
|