Couchbase 5.0.1 doesn't create the service on Linux

I’m testing CB install on Centos, Ubuntu and via Chef process, but all environment that I tested, the install process of CB doesn’t create the service, breaking the Chef execution for example. Testing the old version 4.x.x, all sounds OK.

This is a BUG in the installer? Is the documentation outdated?

Could you define more precisely what does mean statement “does not create the service”?

I’ve just checked that the RPM contains service file:

$ rpm -qlp couchbase-server-enterprise-5.0.1-centos7.x86_64.rpm  | grep systemd
/usr/lib/systemd/system/couchbase-server.service

And also post your broken chef recipe here.