RE: Weston at bootup

2018-09-21 Thread Singh, Satyeshwar
21, 2018 3:47 AM To: Daniel Stone Cc: Andrea Giammarchi ; wayland-devel@lists.freedesktop.org Subject: Re: Weston at bootup Hi, I tried the same thing in the link which you provided. It's starting but Weston is getting restart for every 90 sec. My service file is as follows:

Re: Weston at bootup

2018-09-21 Thread deepan muthusamy
Hi, I tried the same thing in the link which you provided. It's starting but Weston is getting restart for every 90 sec. My service file is as follows: [Unit] Description: launch Weston Requires= dbus.socket dbus.service systemd-user-sessions.service After= dbus.socket dbus.service systemd-use

Re: Weston at bootup

2018-09-18 Thread Daniel Stone
Hi Deepan, On Tue, 18 Sep 2018 at 17:24, deepan muthusamy wrote: > Did you launched as session service? > > I want to launch as system service. Have you tried that? > It sounds like you are having a problem, but there aren't enough details in your mails for us to help you. Have you already trie

Re: Weston at bootup

2018-09-18 Thread deepan muthusamy
Did you launched as session service? I want to launch as system service. Have you tried that? On Tue, 18 Sep 2018, 7:33 pm Andrea Giammarchi, wrote: > I've previously tested with this service and it used to work without > issues: > > [Unit] Description=Weston Conflicts=getty@tty1.service > Afte

Re: Weston at bootup

2018-09-18 Thread Andrea Giammarchi
I've previously tested with this service and it used to work without issues: [Unit] Description=Weston Conflicts=getty@tty1.service After=getty@tty1.service systemd-user-sessions.service [Service] User=YOUR_USER Restart=always RestartSec=2 TimeoutSec=2 EnvironmentFile=/etc/environment ExecStart=/u