9 lines
229 B
Plaintext
Executable File
9 lines
229 B
Plaintext
Executable File
#!/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"
|