summaryrefslogtreecommitdiff
path: root/hsbp-manager/service_files/hsbp-manager.service
diff options
context:
space:
mode:
Diffstat (limited to 'hsbp-manager/service_files/hsbp-manager.service')
-rw-r--r--hsbp-manager/service_files/hsbp-manager.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/hsbp-manager/service_files/hsbp-manager.service b/hsbp-manager/service_files/hsbp-manager.service
new file mode 100644
index 0000000..b9637d0
--- /dev/null
+++ b/hsbp-manager/service_files/hsbp-manager.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=HSBP Manager
+
+[Service]
+Type=dbus
+BusName=xyz.openbmc_project.HsbpManager
+Restart=always
+RestartSec=5
+ExecStart=/usr/bin/hsbp-manager
+
+[Install]
+WantedBy=multi-user.target