b2204671da
Should have been done this way years ago. My bad. Change-Id: Ic7bf937fb6c4dc5c1b6ae64f2ecf8608b62e7039 Signed-off-by: Dave Barach <dave@barachs.net>
14 lines
313 B
Desktop File
14 lines
313 B
Desktop File
[Unit]
|
|
Description=vector packet processing engine
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=-/sbin/modprobe uio_pci_generic
|
|
ExecStart=/usr/bin/vpp -c /etc/vpp/startup.conf
|
|
ExecStopPost=/bin/rm -f /dev/shm/db /dev/shm/global_vm /dev/shm/vpe-api
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|