summaryrefslogtreecommitdiff
path: root/sys-apps/ipmitool/files/exchange-bmc-os-info-1.8.18.initd
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/ipmitool/files/exchange-bmc-os-info-1.8.18.initd')
-rw-r--r--sys-apps/ipmitool/files/exchange-bmc-os-info-1.8.18.initd23
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-apps/ipmitool/files/exchange-bmc-os-info-1.8.18.initd b/sys-apps/ipmitool/files/exchange-bmc-os-info-1.8.18.initd
deleted file mode 100644
index 9c63983f21f3..000000000000
--- a/sys-apps/ipmitool/files/exchange-bmc-os-info-1.8.18.initd
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-# /etc/init.d/exchange-bmc-os-info
-
-name="exchange-bmc-os-info"
-description="Exchange Information between BMC and OS"
-command=/usr/libexec/exchange-bmc-os-info
-command_args=""
-: "${DEVICENUM:=0}" # which BMC
-required_files=/dev/ipmi${DEVICENUM}
-
-depend() {
- use hostname modules
- keyword -docker -lxc -prefix -systemd-nspawn
-}
-
-start() {
- "${command}" start
-}
-stop() {
- "${command}" stop
-}