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.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/rpm/vpp.service b/build-root/rpm/vpp.service
index dd8ee36b..fc66b15c 100644
--- a/build-root/rpm/vpp.service
+++ b/build-root/rpm/vpp.service
@@ -3,7 +3,7 @@ Description=Vector Packet Processing Process
After=syslog.target network.target auditd.service
[Service]
-ExecStart=/bin/sh -c '/usr/bin/vpe $(cat /etc/vpp/startup.conf | sed -e "s/#.*//")'
+ExecStart=/usr/bin/vpp -c /etc/vpp/startup.conf
Type=simple
Restart=on-failure
RestartSec=5s