package/wpa_supplicant: Fix systemd service for new DBus bus name
authorMarcin Niestroj <m.niestroj@grinn-global.com>
Wed, 13 Apr 2016 14:09:18 +0000 (16:09 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 13 Apr 2016 20:02:29 +0000 (22:02 +0200)
commit4470abb693967f6bcf0828f50f9a32562adb85af
treef0e51ecc60e9f11e2e059371ad120be1240edfb1
parentf3aa99c105c7039f260852454a897099aeed3e41
package/wpa_supplicant: Fix systemd service for new DBus bus name

systemd service files were supplied with old DBus bus name. After
service activation systemd was waiting for appearance of specified bus
name to consider it started successfully. However, if wpa_supplicant was
compiled only with new dbus interface name, then systemd didn't notice
configured (old) DBus bus name appearance. In the end service was
considered malfunctioning and it was deactivated.

Add upstreamable patch [1], which updates systemd service BusName
property according to configured DBus interface version.

[1] http://lists.infradead.org/pipermail/hostap/2016-April/035599.html

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/wpa_supplicant/0007-systemd-Update-service-files-according-to-dbus-inter.patch [new file with mode: 0644]