summaryrefslogtreecommitdiff
path: root/sys-apps/daisydog/files/daisydog.init.d
blob: 9513b7ef75784804520ffa9427834b274e402f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

command="/usr/bin/daisydog"
command_args="${WATCHDOG_OPTS}"
description="watchdog daemon to pet /dev/watchdog devices"
start_stop_daemon_args="--make-pidfile --background --pidfile /run/daisydog.pid"

depend() {
	provide watchdog
}