Re: [OE-core] [PATCH 3/3] pulseaudio: fix to manage user services corretly

2016-09-09 Thread Tanu Kaskinen
On Fri, 2016-09-09 at 20:10 +0200, Pau Espin Pedrol wrote: > Hi, > > I think I didn't express myself correctly. Please note I did the > longer investigations quite a while ago and I'm mainly talking from > memory, so I may be wrong in some of the assumptions. > > From systemd.bbclass, you can

Re: [OE-core] [PATCH 3/3] pulseaudio: fix to manage user services corretly

2016-09-09 Thread Pau Espin Pedrol
Hi, I think I didn't express myself correctly. Please note I did the longer investigations quite a while ago and I'm mainly talking from memory, so I may be wrong in some of the assumptions. >From systemd.bbclass, you can see this: if service.find('.socket') != -1: #

Re: [OE-core] [PATCH 3/3] pulseaudio: fix to manage user services corretly

2016-09-08 Thread Tanu Kaskinen
On Thu, 2016-09-08 at 14:34 +0800, ChenQi wrote: > On 09/07/2016 06:29 PM, Pau Espin Pedrol wrote: > > > > > > > > Pau Espin Pedrol > > > > 2016-09-07 11:22 GMT+02:00 Chen Qi > >: > > > > Make use of the new SYSTEMD_USER_SERVICE

Re: [OE-core] [PATCH 3/3] pulseaudio: fix to manage user services corretly

2016-09-08 Thread ChenQi
On 09/07/2016 06:29 PM, Pau Espin Pedrol wrote: Pau Espin Pedrol 2016-09-07 11:22 GMT+02:00 Chen Qi >: Make use of the new SYSTEMD_USER_SERVICE variable added in systemd.bbclass to manage user services in pulseaudio-server

Re: [OE-core] [PATCH 3/3] pulseaudio: fix to manage user services corretly

2016-09-07 Thread Pau Espin Pedrol
Pau Espin Pedrol 2016-09-07 11:22 GMT+02:00 Chen Qi : > Make use of the new SYSTEMD_USER_SERVICE variable added in systemd.bbclass > to manage user services in pulseaudio-server package. > > Signed-off-by: Chen Qi > --- >

[OE-core] [PATCH 3/3] pulseaudio: fix to manage user services corretly

2016-09-07 Thread Chen Qi
Make use of the new SYSTEMD_USER_SERVICE variable added in systemd.bbclass to manage user services in pulseaudio-server package. Signed-off-by: Chen Qi --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff