summaryrefslogtreecommitdiff
path: root/contrib/exchange-bmc-os-info.service.redhat
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/exchange-bmc-os-info.service.redhat')
-rw-r--r--contrib/exchange-bmc-os-info.service.redhat13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/exchange-bmc-os-info.service.redhat b/contrib/exchange-bmc-os-info.service.redhat
new file mode 100644
index 0000000..100493b
--- /dev/null
+++ b/contrib/exchange-bmc-os-info.service.redhat
@@ -0,0 +1,13 @@
+[Unit]
+Description=Exchange Information between BMC and OS
+After=ipmi.service network.target
+Requires=ipmi.service
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/libexec/exchange-bmc-os-info start
+ExecStop=/usr/libexec/exchange-bmc-os-info stop
+
+[Install]
+WantedBy=multi-user.target