API: Use string type instead of u8.
[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
13 [Install]
14 WantedBy=multi-user.target