aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/deb/debian/vpp.upstart
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2018-11-30 16:46:29 -0500
committerDave Barach <openvpp@barachs.net>2018-12-12 14:02:39 +0000
commit4d1f9564da436314c2b910077a93d99df1b43f71 (patch)
tree7a9b8e78196ae0498df492f624bc8ef95b37cedd /build-root/deb/debian/vpp.upstart
parente351f3501953773fbd3071cd04809c1012ea64b3 (diff)
Delete shared memory segment files when vpp starts
Should have been done this way years ago. My bad. Change-Id: Ic7bf937fb6c4dc5c1b6ae64f2ecf8608b62e7039 Signed-off-by: Dave Barach <dave@barachs.net> (cherry picked from commit b2204671dad112e3195771854b4ef00bb388d4e6)
Diffstat (limited to 'build-root/deb/debian/vpp.upstart')
-rw-r--r--build-root/deb/debian/vpp.upstart3
1 files changed, 1 insertions, 2 deletions
diff --git a/build-root/deb/debian/vpp.upstart b/build-root/deb/debian/vpp.upstart
index 62e1d2780e6..4a451dd45d0 100644
--- a/build-root/deb/debian/vpp.upstart
+++ b/build-root/deb/debian/vpp.upstart
@@ -1,12 +1,11 @@
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 uio_pci_generic || true
end script