summaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-09-09 13:27:55 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-09-09 13:30:32 +0200
commit8675c6076fc847b0b11d605986bce0a020941fb9 (patch)
treee29d4e7c71c6086dbfba8fc93d22068bee1f7fac /packaging/rpm
parent4605c552b8073fb203a204e594e48f137a5b5ee2 (diff)
HONEYCOMB-205 Fix service definition for cetnos7
Running with Type=forking fails on some Centos machines. Change-Id: If0c902e3afb8c79e790b772fbdd91845baeac1dd Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/honeycomb.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/rpm/honeycomb.service b/packaging/rpm/honeycomb.service
index 1746681ef..d8fe9cde4 100644
--- a/packaging/rpm/honeycomb.service
+++ b/packaging/rpm/honeycomb.service
@@ -4,8 +4,7 @@ Wants=vpp.service
After=vpp.service
[Service]
-Type=forking
-ExecStart=/opt/honeycomb/honeycomb-start
+ExecStart=/opt/honeycomb/honeycomb
[Install]
WantedBy=multi-user.target