Re: [systemd-devel] [PATCH 1/2] wpa_supplicant: Add systemd support

2011-07-13 Thread Alexander E. Patrakov
Lennart Poettering wrote: On Tue, 12.07.11 16:20, Henry Gebhardt (hsggebha...@googlemail.com) wrote: (To the hostap mailing list: I wasn't subscribed to this list when I sent the patches, now I am. Did they reach you?) On Mon, Jul 11, 2011 at 10:13:52PM +, Alexander E. Patrakov

Re: [systemd-devel] [PATCH 1/2] wpa_supplicant: Add systemd support

2011-07-12 Thread Lennart Poettering
On Tue, 12.07.11 16:20, Henry Gebhardt (hsggebha...@googlemail.com) wrote: (To the hostap mailing list: I wasn't subscribed to this list when I sent the patches, now I am. Did they reach you?) On Mon, Jul 11, 2011 at 10:13:52PM +, Alexander E. Patrakov wrote: Henry Gebhardt wrote:

Re: [systemd-devel] [PATCH 1/2] wpa_supplicant: Add systemd support

2011-07-12 Thread Lennart Poettering
On Tue, 12.07.11 17:15, Alexander E. Patrakov (patra...@gmail.com) wrote: And finally, how do you guarantee the correct ordering - i.e. that wpa_supplicant should not start before the interface appears? Ah, right. Is After=sys-devices-*-net-%I.device possible and sufficient?

[systemd-devel] [PATCH 1/2] wpa_supplicant: Add systemd support

2011-07-11 Thread Henry Gebhardt
--- .../dbus/fi.epitest.hostap.WPASupplicant.service |1 + wpa_supplicant/dbus/fi.w1.wpa_supplicant1.service |1 + wpa_supplicant/systemd/wpa_supplicant.service | 11 +++ wpa_supplicant/systemd/wpa_supplicant@.service | 11 +++ 4 files changed, 24

Re: [systemd-devel] [PATCH 1/2] wpa_supplicant: Add systemd support

2011-07-11 Thread Alexander E. Patrakov
Henry Gebhardt wrote: --- /dev/null +++ b/wpa_supplicant/systemd/wpa_supplicant@.service @@ -0,0 +1,11 @@ +[Unit] +Description=WPA supplicant daemon (interface-specific version) +# NetworkManager users will probably want the dbus version instead. +[Service] +Type=simple