9 lines
334 B
Plaintext
Executable File
9 lines
334 B
Plaintext
Executable File
#!/sbin/runscript
|
|
# Copyright 1999-2013 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.3 2013/04/27 07:47:23 vapier Exp $
|
|
|
|
command="/bin/busybox watchdog"
|
|
command_args="${WATCHDOG_OPTS}"
|
|
pidfile="/var/run/watchdog.pid"
|