blob: c0ff09e2c163c55a7263a5f85608153a99908fa7 [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001description "vector packet processing engine"
2author "Cisco Systems, Inc <listname@cisco.com>"
3
4manual
5
6respawn
7
8pre-start script
9 rm -f /dev/shm/* || true
10 # should be there via dkms, but if not, start anyway
11 modprobe igb_uio || true
12end script
13
14
15script
Damjan Marion08ff7e02016-01-20 13:45:36 +010016 exec vpp -c /etc/vpp/startup.conf
Ed Warnickecb9cada2015-12-08 15:45:58 -070017end script
18
19post-stop script
20 rm -f /dev/shm/* || true
21end script