watchdog.initd 219 B

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