Not Creating Aerospike folder inside /etc/init.d directory?

Hello, I am new to this group and now trying to install aerospike in ubuntu16.04 Linux PC. after installation I tried to check check list aerospike folder is not created inside /etc/init.d.

can someone please help me to resolve this issue. This looks silly issue but iam learner for aerospike.

Thanks in advance.

Welcome.

Ubuntu 16.04 uses systemd unit files. You can start/stop using systemctl.

systemctl aerospike start
systemctl aerospike stop

The actual unit file should be located in either /lib/systemd/system or /etc/systemd/system.

It should be:

systemctl start aerospike
systemctl stop aerospike

Thanq very much…

Right! Thanks :).