Re: [PATCH weston v2] compositor: systemd notifications support

2015-09-25 Thread Bryce Harrington
On Fri, Sep 25, 2015 at 02:38:21PM -0500, Derek Foreman wrote: > On 25/09/15 02:09 PM, Bryce Harrington wrote: > > Hi Egor, welcome to the Wayland project, and thanks for this > > contribution! > > > > On Fri, Sep 25, 2015 at 06:00:27PM +0300, Egor Starkov wrote: > >> Add systemd status and watchd

Re: [PATCH weston v2] compositor: systemd notifications support

2015-09-25 Thread Derek Foreman
On 25/09/15 02:09 PM, Bryce Harrington wrote: > Hi Egor, welcome to the Wayland project, and thanks for this > contribution! > > On Fri, Sep 25, 2015 at 06:00:27PM +0300, Egor Starkov wrote: >> Add systemd status and watchdog notification support. >> Feature is not compiled by default and can be e

Re: [PATCH weston v2] compositor: systemd notifications support

2015-09-25 Thread Bryce Harrington
Hi Egor, welcome to the Wayland project, and thanks for this contribution! On Fri, Sep 25, 2015 at 06:00:27PM +0300, Egor Starkov wrote: > Add systemd status and watchdog notification support. > Feature is not compiled by default and can be enabled by > "--enable-systemd-notify" configuration flag

[PATCH weston v2] compositor: systemd notifications support

2015-09-25 Thread Egor Starkov
Add systemd status and watchdog notification support. Feature is not compiled by default and can be enabled by "--enable-systemd-notify" configuration flag. It compiles into module "systemd-notify.so" and can be loaded by adding it in weston.ini like any other module, i.e. "modules=systemd-notify.s