Centova Technologies Forum

Centova Cast v3 => General discussion => Topic started by: cyberspazio on January 20, 2017, 02:20:02 am

Title: centos 7 centova dont start at boot
Post by: cyberspazio on January 20, 2017, 02:20:02 am
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
Title: Re: centos 7 centova dont start at boot
Post by: Roger on January 20, 2017, 03:50:16 pm
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
Title: Re: centos 7 centova dont start at boot
Post by: cyberspazio on January 22, 2017, 11:45:05 am
does not work...
 :(
Title: Re: centos 7 centova dont start at boot
Post by: Mr_NightRyder on January 23, 2017, 10:32:48 am
what about the service command?  Try this.

service centovacast restart