Delete shared memory segment files when vpp starts
[vpp.git] / build-root / deb / debian / vpp.upstart
index f590878..4a451dd 100644 (file)
@@ -1,14 +1,13 @@
 description    "vector packet processing engine"
-author          "Cisco Systems, Inc <listname@cisco.com>"
+author          "Cisco Systems, Inc <vpp-dev@lists.fd.io>"
 
 manual
 
 respawn
 
 pre-start script
-   rm -f /dev/shm/db /dev/shm/global_vm /dev/shm/vpe-api || true
    # should be there via dkms, but if not, start anyway
-   modprobe igb_uio || true
+   modprobe uio_pci_generic || true
 end script