summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@googlemail.com>2010-12-18 00:43:21 +0100
committerHenry Gebhardt <hsggebhardt@googlemail.com>2010-12-18 00:56:25 +0100
commitef3d51d0d7444556d628f277e26f1dc199ccd598 (patch)
tree5432460bcf92160792b610c610fcf9e99f41bbb1 /sys-apps/systemd-units/files/services-desktop
parentwpa_supplicant-0.7.3-r1: Add systemd support via dbus activation (diff)
downloadsystemd-ef3d51d0d7444556d628f277e26f1dc199ccd598.tar.gz
systemd-ef3d51d0d7444556d628f277e26f1dc199ccd598.tar.bz2
systemd-ef3d51d0d7444556d628f277e26f1dc199ccd598.zip
systemd-units: Remove wpa_supplicant.service
Diffstat (limited to 'sys-apps/systemd-units/files/services-desktop')
-rw-r--r--sys-apps/systemd-units/files/services-desktop/wpa_supplicant.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys-apps/systemd-units/files/services-desktop/wpa_supplicant.service b/sys-apps/systemd-units/files/services-desktop/wpa_supplicant.service
deleted file mode 100644
index 8e115d6..0000000
--- a/sys-apps/systemd-units/files/services-desktop/wpa_supplicant.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=WPA supplicant
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 -B -P /var/run/wpa_supplicant.pid
-PIDFile=/var/run/wpa_supplicant.pid
-
-[Install]
-WantedBy=graphical.target