diff options
Diffstat (limited to 'sys-apps/busybox/files/watchdog.initd')
-rw-r--r-- | sys-apps/busybox/files/watchdog.initd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-apps/busybox/files/watchdog.initd b/sys-apps/busybox/files/watchdog.initd new file mode 100644 index 000000000000..9949aad126f7 --- /dev/null +++ b/sys-apps/busybox/files/watchdog.initd @@ -0,0 +1,8 @@ +#!/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" |