X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=extras%2Frpm%2Fvpp.service;h=2cf9f9194acaa40b35322c4f6d4d8e360e095f04;hb=573f44c2f5c883753bc9880eead1bd662586521d;hp=40bf9d48c3bfad4e35d790d9df30e37c058d5ace;hpb=c06eeb0e3c9c1a9fa8f913e2d785b03220bfdabd;p=vpp.git diff --git a/extras/rpm/vpp.service b/extras/rpm/vpp.service index 40bf9d48c3b..2cf9f9194ac 100644 --- a/extras/rpm/vpp.service +++ b/extras/rpm/vpp.service @@ -9,6 +9,11 @@ ExecStart=/usr/bin/vpp -c /etc/vpp/startup.conf Type=simple Restart=on-failure RestartSec=5s +# 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