diff options
Diffstat (limited to 'src/pkg/debian')
-rw-r--r-- | src/pkg/debian/vpp.service | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pkg/debian/vpp.service b/src/pkg/debian/vpp.service index 2e86941de8b..4927feb43cd 100644 --- a/src/pkg/debian/vpp.service +++ b/src/pkg/debian/vpp.service @@ -8,6 +8,11 @@ ExecStartPre=-/sbin/modprobe uio_pci_generic ExecStart=/usr/bin/vpp -c /etc/vpp/startup.conf ExecStopPost=/bin/rm -f /dev/shm/db /dev/shm/global_vm /dev/shm/vpe-api Restart=always +# Uncomment the following line to enable VPP coredumps on crash +# You still need to configure the rest of the system to collect them, see +# https://fdio-vpp.readthedocs.io/en/latest/troubleshooting/reportingissues/reportingissues.html#core-files +# for details +#LimitCORE=infinity [Install] WantedBy=multi-user.target |