build: explicitly stop vpp in vpp.preinst
[vpp.git] / src / pkg / debian / vpp.preinst
index d33cacf..9abfe77 100644 (file)
@@ -2,3 +2,4 @@
 
 # Add the vpp group
 groupadd -f -r vpp
+start-stop-daemon --stop --exec /usr/bin/vpp || true