summaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/honeycomb.service2
-rwxr-xr-xpackaging/rpm/rpmbuild.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/packaging/rpm/honeycomb.service b/packaging/rpm/honeycomb.service
index 8a2a46864..1746681ef 100644
--- a/packaging/rpm/honeycomb.service
+++ b/packaging/rpm/honeycomb.service
@@ -5,7 +5,7 @@ After=vpp.service
[Service]
Type=forking
-ExecStart=/opt/honeycomb/honeycomb
+ExecStart=/opt/honeycomb/honeycomb-start
[Install]
WantedBy=multi-user.target
diff --git a/packaging/rpm/rpmbuild.sh b/packaging/rpm/rpmbuild.sh
index 2cbb20482..f9e9795fc 100755
--- a/packaging/rpm/rpmbuild.sh
+++ b/packaging/rpm/rpmbuild.sh
@@ -10,3 +10,4 @@ cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/
cd ${DIR}
rpmbuild -bb --define "_topdir ${DIR}" ${DIR}/honeycomb.spec
cd -
+