9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
|
#!/sbin/runscript
|
||
|
# Copyright 1999-2013 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Id$
|
||
|
|
||
|
command="/bin/busybox watchdog"
|
||
|
command_args="${WATCHDOG_OPTS}"
|
||
|
pidfile="/var/run/watchdog.pid"
|