aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/rpm/vpp.service
diff options
context:
space:
mode:
Diffstat (limited to 'build-root/rpm/vpp.service')
-rw-r--r--build-root/rpm/vpp.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/build-root/rpm/vpp.service b/build-root/rpm/vpp.service
deleted file mode 100644
index 40bf9d48c3b..00000000000
--- a/build-root/rpm/vpp.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Vector Packet Processing Process
-After=syslog.target network.target auditd.service
-
-[Service]
-ExecStartPre=-/bin/rm -f /dev/shm/db /dev/shm/global_vm /dev/shm/vpe-api
-ExecStartPre=-/sbin/modprobe uio_pci_generic
-ExecStart=/usr/bin/vpp -c /etc/vpp/startup.conf
-Type=simple
-Restart=on-failure
-RestartSec=5s
-
-[Install]
-WantedBy=multi-user.target