Re: [PATCH weston] compositor: systemd notifications support

2015-09-24 Thread Giulio Camuffo
2015-09-24 16:20 GMT+03:00 Pekka Paalanen : > On Thu, 24 Sep 2015 15:53:53 +0300 > Giulio Camuffo wrote: > >> 2015-09-24 14:06 GMT+03:00 Egor Starkov : >> > Add systemd status and watchdog notification support. >> > Feature is not compiled by default and can be enabled by >> > "--enable-systemd-no

Re: [PATCH weston] compositor: systemd notifications support

2015-09-24 Thread Pekka Paalanen
On Thu, 24 Sep 2015 15:53:53 +0300 Giulio Camuffo wrote: > 2015-09-24 14:06 GMT+03:00 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. Watchdog > > timeout equals

Re: [PATCH weston] compositor: systemd notifications support

2015-09-24 Thread Giulio Camuffo
2015-09-24 14:06 GMT+03:00 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. Watchdog > timeout equals to half of timeout defined by "WATCHDOG_USEC" > environment variable

[PATCH weston] compositor: systemd notifications support

2015-09-24 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. Watchdog timeout equals to half of timeout defined by "WATCHDOG_USEC" environment variable, which is set by "WatchdogSec=" setting in service

[PATCH weston] compositor: systemd notifications support

2015-09-24 Thread Egor Starkov
This patch implements systemd sd_notify interface, that allows weston to utilize systemd monitoring capabilities: notify about internal state and use watchdog. More info can be found here: http://www.freedesktop.org/software/systemd/man/sd_notify.html The feature is not compiled by default and ca