diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-12 19:13:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-15 11:25:09 +0100 |
commit | 2c7e9f78fce6e4afe9a329fd0eac1fd20080ce26 (patch) | |
tree | 06fd28605d58d7cd4fa41c899e4d86d0c8f92b13 /net-wireless/wpa_supplicant | |
parent | net-wireless/ubertooth: remove unused file (diff) | |
download | gentoo-2c7e9f78fce6e4afe9a329fd0eac1fd20080ce26.tar.gz gentoo-2c7e9f78fce6e4afe9a329fd0eac1fd20080ce26.tar.bz2 gentoo-2c7e9f78fce6e4afe9a329fd0eac1fd20080ce26.zip |
net-wireless/wpa_supplicant: remove unused systemd service files
Closes: https://github.com/gentoo/gentoo/pull/3447
Diffstat (limited to 'net-wireless/wpa_supplicant')
-rw-r--r-- | net-wireless/wpa_supplicant/files/wpa_supplicant.service | 11 | ||||
-rw-r--r-- | net-wireless/wpa_supplicant/files/wpa_supplicant_at.service | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant.service b/net-wireless/wpa_supplicant/files/wpa_supplicant.service deleted file mode 100644 index e1e75b129528..000000000000 --- a/net-wireless/wpa_supplicant/files/wpa_supplicant.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=WPA supplicant - -[Service] -Type=dbus -BusName=fi.epitest.hostap.WPASupplicant -ExecStart=/usr/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -u - -[Install] -WantedBy=multi-user.target -Alias=dbus-fi.epitest.hostap.WPASupplicant.service diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant_at.service b/net-wireless/wpa_supplicant/files/wpa_supplicant_at.service deleted file mode 100644 index af0cebfd691d..000000000000 --- a/net-wireless/wpa_supplicant/files/wpa_supplicant_at.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=WPA supplicant daemon (interface-specific version) - -# NetworkManager users will probably want the dbus version instead. - -[Service] -Type=simple -ExecStart=/usr/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -i%I - -[Install] -Alias=multi-user.target.wants/wpa_supplicant@wlan0.service |