blob: 6f71e26cfc36b1272379d0667218b413daaea786 (
plain)
1
2
3
4
5
6
7
|
#!/sbin/openrc-run
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
command="/bin/busybox watchdog"
command_args="${WATCHDOG_OPTS}"
pidfile="/var/run/watchdog.pid"
|