papi: remove shared memory transport
[vpp.git] / src / pkg / debian / vpp.service
1 [Unit]
2 Description=vector packet processing engine
3 After=network.target
4
5 [Service]
6 Type=simple
7 ExecStartPre=-/sbin/modprobe uio_pci_generic
8 ExecStart=/usr/bin/vpp -c /etc/vpp/startup.conf
9 ExecStopPost=/bin/rm -f /dev/shm/db /dev/shm/global_vm /dev/shm/vpe-api
10 Restart=always
11 # Uncomment the following line to enable VPP coredumps on crash
12 # You still need to configure the rest of the system to collect them, see
13 # https://fdio-vpp.readthedocs.io/en/latest/troubleshooting/reportingissues/reportingissues.html#core-files
14 # for details
15 #LimitCORE=infinity
16
17 [Install]
18 WantedBy=multi-user.target