summaryrefslogtreecommitdiff
path: root/ipmi.service
diff options
context:
space:
mode:
Diffstat (limited to 'ipmi.service')
-rw-r--r--ipmi.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/ipmi.service b/ipmi.service
new file mode 100644
index 0000000..fa14993
--- /dev/null
+++ b/ipmi.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=IPMI Driver
+After=network.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/libexec/openipmi-helper start
+ExecStop=/usr/libexec/openipmi-helper stop
+
+[Install]
+WantedBy=multi-user.target