Add autostart policy for these services of the openbmc repo.

Signed-off-by: Nan Li <bjlinan@cn.ibm.com>
diff --git a/common/recipes-phosphor/host-ipmid/btbridged/btbridged.service b/common/recipes-phosphor/host-ipmid/btbridged/btbridged.service
index 185119a..ffc3110 100644
--- a/common/recipes-phosphor/host-ipmid/btbridged/btbridged.service
+++ b/common/recipes-phosphor/host-ipmid/btbridged/btbridged.service
@@ -2,6 +2,7 @@
 Description=Phosphor OpenBMC BT to DBUS
 
 [Service]
+Restart=always
 ExecStart=/usr/sbin/btbridged
 
 [Install]
diff --git a/common/recipes-phosphor/host-ipmid/host-ipmi-bt/host-ipmi-bt.service b/common/recipes-phosphor/host-ipmid/host-ipmi-bt/host-ipmi-bt.service
index dfc0416..3e40b46 100644
--- a/common/recipes-phosphor/host-ipmid/host-ipmi-bt/host-ipmi-bt.service
+++ b/common/recipes-phosphor/host-ipmid/host-ipmi-bt/host-ipmi-bt.service
@@ -2,6 +2,7 @@
 Description=Phosphor OpenBMC BT to DBUS 
 
 [Service]
+Restart=always
 ExecStart=/usr/sbin/host-ipmi-bt
 
 [Install]
diff --git a/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example/host-ipmi-hw-example.service b/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example/host-ipmi-hw-example.service
index b6baa6f..e15d8d7 100644
--- a/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example/host-ipmi-hw-example.service
+++ b/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example/host-ipmi-hw-example.service
@@ -2,6 +2,7 @@
 Description=Phosphor OpenBMC host IPMI to DBUS example implementation
 
 [Service]
+Restart=always
 ExecStart=/usr/sbin/host-ipmi-hw
 
 [Install]
diff --git a/common/recipes-phosphor/host-ipmid/host-ipmid/host-ipmid.service b/common/recipes-phosphor/host-ipmid/host-ipmid/host-ipmid.service
index ce96dbc..f882880 100644
--- a/common/recipes-phosphor/host-ipmid/host-ipmid/host-ipmid.service
+++ b/common/recipes-phosphor/host-ipmid/host-ipmid/host-ipmid.service
@@ -4,6 +4,7 @@
 After=clear-once.service
 
 [Service]
+Restart=always
 ExecStart=/usr/sbin/ipmid
 
 [Install]