summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/freeipmi/files/bmc-watchdog.initd.3')
-rw-r--r--sys-libs/freeipmi/files/bmc-watchdog.initd.315
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-libs/freeipmi/files/bmc-watchdog.initd.3 b/sys-libs/freeipmi/files/bmc-watchdog.initd.3
deleted file mode 100644
index c61e5cfa14d7..000000000000
--- a/sys-libs/freeipmi/files/bmc-watchdog.initd.3
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-extra_commands="condrestart"
-description_condrestart="Restart the service only if started already"
-
-command="/usr/sbin/${SVCNAME}"
-command_args="${OPTIONS}"
-pidfile=/var/run/$SVCNAME.pid
-
-condrestart() {
- service_started && restart
-}