hayio
3/29/2018 - 8:21 AM

centos add to autostart

Add service to autostart with default run levels. Working on centos 6x

# check if service is already added
chkconfig --list
# add service
chkconfig elasticsearch on