summaryrefslogtreecommitdiff
path: root/wpa_supplicant.service
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-07-24 08:48:21 +0000
committerCoprDistGit <infra@openeuler.org>2024-07-24 08:48:21 +0000
commit2e9c0794df55b706468b132ad2343965958b9e5b (patch)
tree6df569bea9f2719e1cd2188b029b46896f6af956 /wpa_supplicant.service
parentd1320d0498441a24cad564470801af7abe1327b5 (diff)
automatic import of wpa_supplicantopeneuler24.03_LTS
Diffstat (limited to 'wpa_supplicant.service')
-rw-r--r--wpa_supplicant.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/wpa_supplicant.service b/wpa_supplicant.service
new file mode 100644
index 0000000..bdb1713
--- /dev/null
+++ b/wpa_supplicant.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=WPA supplicant
+Before=network.target
+Wants=network.target
+After=dbus.service
+
+[Service]
+Type=dbus
+BusName=fi.w1.wpa_supplicant1
+EnvironmentFile=-/etc/sysconfig/wpa_supplicant
+ExecStart=/usr/sbin/wpa_supplicant -u -O /var/run/wpa_supplicant $INTERFACES $DRIVERS $OTHER_ARGS
+
+[Install]
+WantedBy=multi-user.target
+