Re: starting weston using systemd on tty=1 query

2016-10-05 Thread Vikas Patil
I added following line in weston.service but still it failed. Conflicts=getty@tty1.service root@linux123:~# systemctl status weston -l ? weston.service - weston (wayland compositor) Loaded: loaded (/lib/systemd/system/weston.service; static; vendor preset: enabled) Active: inactive (dead)

Re: starting weston using systemd on tty=1 query

2016-10-05 Thread Armin Krezović
On 05.10.2016 10:51, Vikas Patil wrote: > Dear All, > > I am working on to start weston on tty=1 using the systemd, however it > fails to start on boot-up. If I launch weston after bootup using > "systemd start weston" then it works but not with the bootup. If I use > tty=2 then it work on bootup.

starting weston using systemd on tty=1 query

2016-10-05 Thread Vikas Patil
Dear All, I am working on to start weston on tty=1 using the systemd, however it fails to start on boot-up. If I launch weston after bootup using "systemd start weston" then it works but not with the bootup. If I use tty=2 then it work on bootup. systemd version is 225. Could you anyone explain w