summaryrefslogtreecommitdiff
path: root/sys-apps/daisydog/files/daisydog.init.d-r1
blob: 9d9efdd42772ac69feee2b77acb6fed4cc059ddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run
# Copyright 1999-2021 Gentoo Authors
# 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"
command_background="yes"
pidfile="/run/daisydog.pid"

depend() {
	provide watchdog
}