diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-08-22 12:59:37 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-08-22 14:28:54 +0000 |
commit | 4ae1834e89a1b43d0d54b817397208232f5835a0 (patch) | |
tree | 2c684480edf47c889cc0918cb5bc01142329049a /packaging/rpm | |
parent | b47d696bf3bd5640f44b43cdb12688dc19a0b5d7 (diff) |
Honeycomb deb packaging
Change-Id: I6f029ef9236cbd3f7f20fd8e44f83b15cdedc5db
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'packaging/rpm')
-rw-r--r-- | packaging/rpm/honeycomb.service | 2 | ||||
-rwxr-xr-x | packaging/rpm/rpmbuild.sh | 1 |
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 - + |