vxlan: vxlan/vxlan.api API cleanup
[vpp.git] / extras / rpm / vpp.service
1 [Unit]
2 Description=Vector Packet Processing Process
3 After=syslog.target network.target auditd.service
4
5 [Service]
6 ExecStartPre=-/bin/rm -f /dev/shm/db /dev/shm/global_vm /dev/shm/vpe-api
7 ExecStartPre=-/sbin/modprobe uio_pci_generic
8 ExecStart=/usr/bin/vpp -c /etc/vpp/startup.conf
9 Type=simple
10 Restart=on-failure
11 RestartSec=5s
12 # Uncomment the following line to enable VPP coredumps on crash
13 # You still need to configure the rest of the system to collect them, see
14 # https://fdio-vpp.readthedocs.io/en/latest/troubleshooting/reportingissues/reportingissues.html#core-files
15 # for details
16 #LimitCORE=infinity
17
18 [Install]
19 WantedBy=multi-user.target