Re: [Swan-dev] set systemd variables to aovid SIGABORT

2016-07-22 Thread Paul Wouters
On Thu, 21 Jul 2016, Antony Antony wrote: Subject: [Swan-dev] set systemd variables to aovid SIGABORT While debugging pluto, running in gdb, I noticed on F22 systemd could send sigabort. To disable it I set WatchdogSec=0 d 0 in Makefile.inc.local I set SD_WATCHDOGSEC_DEFAULT=0 While working

Re: [Swan-dev] set systemd variables to aovid SIGABORT

2016-07-21 Thread Andrew Cagney
Two thoughts: - mk/config.mk, adjacent to the existing SD_TYPE code, is a better home - I'm not understanding the need for the XXX_DEFAULT indirection, just: mk/config.mk: SD_RESTART_TYPE ?= "always" Makefile.inc.local: SD_RESTART_TYPE = xxx will dtrt. Andrew diff --git a/mk/userlan

[Swan-dev] set systemd variables to aovid SIGABORT

2016-07-21 Thread Antony Antony
While debugging pluto, running in gdb, I noticed on F22 systemd could send sigabort. To disable it I set WatchdogSec=0 d 0 in Makefile.inc.local I set SD_WATCHDOGSEC_DEFAULT=0 While working at it I also exposed a couple of more variables in Makefile.inc.local . These are useful to developing/d