diff options
author | Damjan Marion <damarion@cisco.com> | 2016-01-20 13:45:36 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2016-01-20 16:33:01 +0100 |
commit | 08ff7e00bf0e7cf93a732e98a026a76a4349fd41 (patch) | |
tree | e442365a036132c30d8d8ff1d8431686eea9c495 /build-root/rpm/vpp.service | |
parent | 13056f93d95182790224c592b4ab78cf5082ebf7 (diff) |
Rename vpe binary name to avoid collision with latex
Change-Id: I34a46b9ebbc0e36486fbef528b34ea1c3be2e8be
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-root/rpm/vpp.service')
-rw-r--r-- | build-root/rpm/vpp.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/rpm/vpp.service b/build-root/rpm/vpp.service index dd8ee36bd73..fc66b15ccbc 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 |