[Add ubus support for hostapd]

[Description]
Add ubus support for hostapd

[Release-log]
N/A

diff --git a/recipes-connectivity/ubus/files/ubusd.service b/recipes-connectivity/ubus/files/ubusd.service
new file mode 100644
index 0000000..7b9ecfe
--- /dev/null
+++ b/recipes-connectivity/ubus/files/ubusd.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=U-Bus daemon
+After=local-fs.target
+Requires=local-fs.target
+
+[Service]
+ExecStart=/bin/sh -c '@SBINDIR@/ubusd &'
+Type=forking
+Restart=always
+RestartSec=10
+
+[Install]
+WantedBy=multi-user.target