How do I make aerospike start automatically in Centos OS?

HI,

silly question but how do I make the aerospike server/client start automatically when my server reboots?

I rebooted by server and it didn’t look like aerospike was running, I had to run:

service aerospike start

i’m using Centos 7

it was easy in the end…

I just ran this…

chkconfig aerospike on

I rebooted my server and it seemed to work - the service was running again!

1 Like