Re: [systemd-devel] How to generate core file in system service

2017-09-24 Thread Mantas Mikulėnas
On Mon, Sep 25, 2017 at 8:59 AM, Xin Long wrote: > Hi, > > linux network is using > systemctl start teamd@team0.service > to start a teamd service, which will call teamd. > > I got a teamd issue to debug, I wanted generate core file by adding abort() > in teamd and ulimit -c unlimited. > > But

[systemd-devel] How to generate core file in system service

2017-09-24 Thread Xin Long
Hi, linux network is using systemctl start teamd@team0.service to start a teamd service, which will call teamd. I got a teamd issue to debug, I wanted generate core file by adding abort() in teamd and ulimit -c unlimited. But when I start the deamon by "teamd" directly, I could get core file.