HONEYCOMB-205 Fix service definition for cetnos7
authorMaros Marsalek <[email protected]>
Fri, 9 Sep 2016 11:27:55 +0000 (13:27 +0200)
committerMaros Marsalek <[email protected]>
Fri, 9 Sep 2016 11:30:32 +0000 (13:30 +0200)
Running with Type=forking fails on some Centos machines.

Change-Id: If0c902e3afb8c79e790b772fbdd91845baeac1dd
Signed-off-by: Maros Marsalek <[email protected]>
packaging/rpm/honeycomb.service

index 1746681..d8fe9cd 100644 (file)
@@ -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