From 2e9c0794df55b706468b132ad2343965958b9e5b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 24 Jul 2024 08:48:21 +0000 Subject: automatic import of wpa_supplicant --- wpa_supplicant.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 wpa_supplicant.service (limited to 'wpa_supplicant.service') 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 + -- cgit v1.2.3