summaryrefslogtreecommitdiff
path: root/recipes-connectivity/hostapd-example/hostapd-example/enable-wifi.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/hostapd-example/hostapd-example/enable-wifi.service')
-rw-r--r--recipes-connectivity/hostapd-example/hostapd-example/enable-wifi.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-connectivity/hostapd-example/hostapd-example/enable-wifi.service b/recipes-connectivity/hostapd-example/hostapd-example/enable-wifi.service
new file mode 100644
index 0000000..623c281
--- /dev/null
+++ b/recipes-connectivity/hostapd-example/hostapd-example/enable-wifi.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Enable Wifi
+BindsTo=sys-subsystem-net-devices-uap0.device
+After=sys-subsystem-net-devices-uap0.device
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/connmanctl enable wifi
+ExecStop=
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target