centos 7 centova dont start at boot

Read 3580 times
I have performed a new installation with Centos7:

ln -s /usr/local/centovacast/centovacast /etc/init.d/centovacast

then:

/etc/init.d/centovacast restart

OK, but I have the problem that the centovacast service will not start at boot
Hello cyberspazio,

Centos has moved on to use Systemd since their 7th installment.

Try this:

systemctl is-enabled centovacast.service

If you receive the message "disabled", then do:

systemctl enable centovacast.service
does not work...
 :(
what about the service command?  Try this.

service centovacast restart