[systemd-devel] [PATCH] Documentation: Clarify env var handling

2011-07-12 Thread Barry Scott
For ExecStart= provide more details on env var substitution and how that turns into arguments. For EnvironmentFile= explain that double quotes can be used to protect whitespace. Signed-off-by: Barry Scott barry.sc...@onelan.co.uk --- I think the docs could be improved with the extra details you

Re: [systemd-devel] building with uClibc (was: minimal-uclibc: systemd fails with `src/manager.c:257:42: error: 'EPOLL_CLOEXEC' undeclared (first use in this function)`)

2011-07-12 Thread Kok, Auke-jan H
On Tue, Jul 12, 2011 at 10:10 AM, Paul Menzel paulepan...@users.sourceforge.net wrote: Am Mittwoch, den 11.05.2011, 07:58 +0200 schrieb Thierry Reding: * Paul Menzel wrote: […] I am no uClibc expert, but do you know if uClibc will provide `EPOLL_CLOEXEC` in the near future? How should

[systemd-devel] [PATCH v2 0/2] wpa_supplicant: systemd support and BINDIR

2011-07-12 Thread Henry Gebhardt
Hi, thank you for all review. Here is the second version of the patches. I haven't tested the -Dwired and -Dnl80211 versions because I don't use them. Please consider. Thanks, Henry [PATCH 1/2] wpa_supplicant: Add systemd support [PATCH 2/2] wpa_supplicant: Edit BINDIR in dbus and systemd

[systemd-devel] [PATCH 2/2] wpa_supplicant: Edit BINDIR in dbus and systemd service files

2011-07-12 Thread Henry Gebhardt
This is useful, since in Gentoo BINDIR=/usr/sbin. --- wpa_supplicant/.gitignore |1 + wpa_supplicant/Makefile| 11 +++ ... = fi.epitest.hostap.WPASupplicant.service.in} |2 +- ...t1.service = fi.w1.wpa_supplicant1.service.in}

Re: [systemd-devel] On writing a systemd service file

2011-07-12 Thread Lennart Poettering
On Mon, 11.07.11 23:25, W. Michael Petullo (m...@flyn.org) wrote: I am trying to migrate a service from a SysV-style initialization script to systemd on Fedora. After referencing the documentation I could find, I have written the following service description: [Unit]

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?

Re: [systemd-devel] building with uClibc (was: minimal-uclibc: systemd fails with `src/manager.c:257:42: error: 'EPOLL_CLOEXEC' undeclared (first use in this function)`)

2011-07-12 Thread Khem Raj
On Tue, Jul 12, 2011 at 6:10 PM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 12.07.11 19:10, Paul Menzel (paulepan...@users.sourceforge.net) wrote: Am Mittwoch, den 11.05.2011, 07:58 +0200 schrieb Thierry Reding: * Paul Menzel wrote: […] I am no uClibc expert, but do you