Re: [systemd-devel] Not able to start Weston dependent application

2018-11-01 Thread Jérémy Rosen
Did you add an "After=" too ? you need both  a Requires= and an After= Did you activate any security feature that might hide the wayland socket from app2 ? On 31/10/2018 08:21, deepan muthusamy wrote: Hi, I started app1(this is a UI application) as system service . I started app2( this is West

Re: [systemd-devel] Not able to start Weston dependent application

2018-10-31 Thread Lennart Poettering
On Mi, 31.10.18 12:51, deepan muthusamy (deepan.m2...@gmail.com) wrote: > Hi, > I started app1(this is a UI application) as system service . > I started app2( this is Weston ) also as system service. But in different > tty(tty7). > > App1 is depended on app2 to start. > I added that dependency. >

Not able to start Weston dependent application

2018-10-31 Thread deepan muthusamy
Hi, I started app1(this is a UI application) as system service . I started app2( this is Weston ) also as system service. But in different tty(tty7). App1 is depended on app2 to start. I added that dependency. App2 is started but app1 not able to find that dependency. Iam getting error as not abl