Re: [PATCH 2/3] systemd: Use environment file for connmand debug options

2013-03-15 Thread Kok, Auke-jan H
On Thu, Mar 14, 2013 at 12:22 PM, Jukka Rissanen jukka.rissa...@gmail.com wrote: Hi Marcel, On 14 March 2013 19:18, Marcel Holtmann mar...@holtmann.org wrote: In general we want to be able to enable/disable debug messages at runtime. That is where I want this to go. Same as the kernel allows

Re: [PATCH 2/3] systemd: Use environment file for connmand debug options

2013-03-14 Thread Jukka Rissanen
Hi Marcel, On 13.03.2013 18:36, Marcel Holtmann wrote: Hi Jukka, src/connman.service.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/connman.service.in b/src/connman.service.in index 2e9e4d5..fa57d4e 100644 --- a/src/connman.service.in +++ b/src/connman.service.in

Re: [PATCH 2/3] systemd: Use environment file for connmand debug options

2013-03-14 Thread Marcel Holtmann
Hi Jukka, src/connman.service.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/connman.service.in b/src/connman.service.in index 2e9e4d5..fa57d4e 100644 --- a/src/connman.service.in +++ b/src/connman.service.in @@ -6,7 +6,8 @@ After=syslog.target Type=dbus

Re: [PATCH 2/3] systemd: Use environment file for connmand debug options

2013-03-14 Thread Jukka Rissanen
Hi Marcel, On 14 March 2013 19:18, Marcel Holtmann mar...@holtmann.org wrote: In general we want to be able to enable/disable debug messages at runtime. That is where I want this to go. Same as the kernel allows to enable/disable dynamic debug at runtime. Sure, why not. My patch does not

[PATCH 2/3] systemd: Use environment file for connmand debug options

2013-03-13 Thread Jukka Rissanen
--- src/connman.service.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/connman.service.in b/src/connman.service.in index 2e9e4d5..fa57d4e 100644 --- a/src/connman.service.in +++ b/src/connman.service.in @@ -6,7 +6,8 @@ After=syslog.target Type=dbus

Re: [PATCH 2/3] systemd: Use environment file for connmand debug options

2013-03-13 Thread Marcel Holtmann
Hi Jukka, src/connman.service.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/connman.service.in b/src/connman.service.in index 2e9e4d5..fa57d4e 100644 --- a/src/connman.service.in +++ b/src/connman.service.in @@ -6,7 +6,8 @@ After=syslog.target Type=dbus

Re: [PATCH 2/3] systemd: Use environment file for connmand debug options

2013-03-13 Thread Kok, Auke-jan H
On Wed, Mar 13, 2013 at 9:36 AM, Marcel Holtmann mar...@holtmann.org wrote: src/connman.service.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/connman.service.in b/src/connman.service.in index 2e9e4d5..fa57d4e 100644 --- a/src/connman.service.in +++