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.
When I start it by systemctl start teamd@team0.service, no core file was
generate when it crashed, but only get:
   "systemd: teamd@team0.service: main process exited, code=killed,
status=6/ABRT"
in /var/log/messages.

I'm just wondering if there is a way to generate the core file when the
the program crashes even if I start it as a systeamd service ?

Thanks.
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to