commit | 5cb9032815aa9d2866229caac4943520d5f40dd8 | [log] [tgz] |
---|---|---|
author | Cyril Bur <cyril.bur@au1.ibm.com> | Wed Oct 28 15:51:15 2015 +1100 |
committer | Cyril Bur <cyril.bur@au1.ibm.com> | Wed Oct 28 15:51:15 2015 +1100 |
tree | 78c3fac3fdfa5c72cd893d55761b646a0385a084 | |
parent | 1aa096a9d614dca558383b4f29618674c5537d06 [diff] [blame] |
Add appropriate systemd service files
diff --git a/btbridged.service b/btbridged.service new file mode 100644 index 0000000..482a05d --- /dev/null +++ b/btbridged.service
@@ -0,0 +1,11 @@ +[Unit] +Description=BT Bridge Daemon + +[Service] +Type=dbus +BusName=org.openbmc.HostIpmi +ExecStart=/bin/btbridged +Restart=on-abort + +[Install] +WantedBy=multi-user.target